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
1=== modified file 'delivery_mechanism/delivery_mechanism.py'
2--- delivery_mechanism/delivery_mechanism.py 2014-04-16 10:05:37 +0000
3+++ delivery_mechanism/delivery_mechanism.py 2014-05-06 11:49:31 +0000
4@@ -131,7 +131,7 @@
5 '''
6 Get the requestor_location_id in case of IR to update the location_dest_id of each move
7 '''
8- location_dest_id = False
9+ location_dest_id = super(stock_move, self)._get_location_for_internal_request(cr, uid, context=context, **kwargs)
10 move = kwargs['move']
11 if move.purchase_line_id:
12 proc = move.purchase_line_id.procurement_id

Subscribers

People subscribed via source and target branches