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

Proposed by jftempo
Status: Merged
Merged at revision: 2741
Proposed branch: lp:~unifield-team/unifield-wm/us-867
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-867
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+284404@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 2016-01-25 10:53:51 +0000
3+++ sale_override/sale.py 2016-01-29 08:48:02 +0000
4@@ -2651,7 +2651,7 @@
5 if test:
6 return res
7
8- type = product_obj.read(cr, uid, [product], 'procure_method')[0]['procure_method']
9+ type = product_obj.read(cr, uid, [product], ['procure_method'])[0]['procure_method']
10 if 'value' in res:
11 res['value'].update({'type': type})
12 else:

Subscribers

People subscribed via source and target branches