Merge lp:~matjaz-6/openerpsl/openerpsl_02_17 into lp:openerpsl/7.0

Proposed by Matjaz Kalic
Status: Merged
Merged at revision: 347
Proposed branch: lp:~matjaz-6/openerpsl/openerpsl_02_17
Merge into: lp:openerpsl/7.0
Diff against target: 12 lines (+1/-1)
1 file modified
mrp_procurement_qty/wizard/procurement_order_move_stock.py (+1/-1)
To merge this branch: bzr merge lp:~matjaz-6/openerpsl/openerpsl_02_17
Reviewer Review Type Date Requested Status
Mentis Pending
Review via email: mp+208603@code.launchpad.net

Description of the change

[FIX] mrp_procurement_qty/wizard/procurement_order_move_stock.py (move only done)

To post a comment you must log in.
347. By Dušan Laznik (Mentis)

[FIX] mrp_procurement_qty/wizard/procurement_order_move_stock.py (move only done)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'mrp_procurement_qty/wizard/procurement_order_move_stock.py'
2--- mrp_procurement_qty/wizard/procurement_order_move_stock.py 2014-02-25 17:15:39 +0000
3+++ mrp_procurement_qty/wizard/procurement_order_move_stock.py 2014-02-27 13:45:58 +0000
4@@ -115,7 +115,7 @@
5 pc.id = pt.categ_id and
6 pc.parent_id in(34, 38)
7 where pt.id = sm.product_id
8- ) = 1 and sm.basket_status = 2"""
9+ ) = 1 and sm.state = 'done' """
10 cr.execute(_sql_string0)
11
12 else:

Subscribers

People subscribed via source and target branches