Merge lp:~unifield-team/unifield-wm/us-813 into lp:unifield-wm

Proposed by jftempo
Status: Merged
Merged at revision: 2703
Proposed branch: lp:~unifield-team/unifield-wm/us-813
Merge into: lp:unifield-wm
Diff against target: 12 lines (+1/-1)
1 file modified
sale_override/sale.py (+1/-1)
To merge this branch: bzr merge lp:~unifield-team/unifield-wm/us-813
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+280581@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'sale_override/sale.py'
2--- sale_override/sale.py 2015-11-23 08:15:28 +0000
3+++ sale_override/sale.py 2015-12-15 13:07:12 +0000
4@@ -932,7 +932,7 @@
5 'Please change the currency to choose a compatible currency.'),
6 )
7
8- if not order.procurement_request:
9+ if not order.procurement_request and order.split_type_sale_order == 'original_sale_order':
10 line_obj.update_supplier_on_line(cr, uid, line_ids, context=context)
11
12 self.write(cr, uid, ids, {

Subscribers

People subscribed via source and target branches