Merge lp:~unifield-team/unifield-wm/uftp-186-minor-modif-location into lp:unifield-wm

Proposed by jftempo
Status: Merged
Merged at revision: 2155
Proposed branch: lp:~unifield-team/unifield-wm/uftp-186-minor-modif-location
Merge into: lp:unifield-wm
Diff against target: 12 lines (+1/-1)
1 file modified
delivery_mechanism/delivery_mechanism.py (+1/-1)
To merge this branch: bzr merge lp:~unifield-team/unifield-wm/uftp-186-minor-modif-location
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+218400@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 'delivery_mechanism/delivery_mechanism.py'
--- delivery_mechanism/delivery_mechanism.py 2014-04-16 10:05:37 +0000
+++ delivery_mechanism/delivery_mechanism.py 2014-05-06 11:49:31 +0000
@@ -131,7 +131,7 @@
131 '''131 '''
132 Get the requestor_location_id in case of IR to update the location_dest_id of each move132 Get the requestor_location_id in case of IR to update the location_dest_id of each move
133 '''133 '''
134 location_dest_id = False134 location_dest_id = super(stock_move, self)._get_location_for_internal_request(cr, uid, context=context, **kwargs)
135 move = kwargs['move']135 move = kwargs['move']
136 if move.purchase_line_id:136 if move.purchase_line_id:
137 proc = move.purchase_line_id.procurement_id137 proc = move.purchase_line_id.procurement_id

Subscribers

People subscribed via source and target branches