Merge lp:~unifield-team/unifield-server/us-2370 into lp:unifield-server

Proposed by jftempo
Status: Merged
Merged at revision: 4304
Proposed branch: lp:~unifield-team/unifield-server/us-2370
Merge into: lp:unifield-server
Diff against target: 12 lines (+3/-0)
1 file modified
bin/addons/purchase_override/purchase.py (+3/-0)
To merge this branch: bzr merge lp:~unifield-team/unifield-server/us-2370
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+320316@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
=== modified file 'bin/addons/purchase_override/purchase.py'
--- bin/addons/purchase_override/purchase.py 2017-02-16 13:27:33 +0000
+++ bin/addons/purchase_override/purchase.py 2017-03-20 09:38:23 +0000
@@ -3280,6 +3280,9 @@
3280 if not default:3280 if not default:
3281 default = {}3281 default = {}
32823282
3283 if 'origin' not in default:
3284 default.update({'origin': False})
3285
3283 if 'move_dest_id' not in default:3286 if 'move_dest_id' not in default:
3284 default.update({'move_dest_id': False})3287 default.update({'move_dest_id': False})
32853288

Subscribers

People subscribed via source and target branches

to all changes: