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

Proposed by Matjaz Kalic
Status: Merged
Merged at revision: 340
Proposed branch: lp:~matjaz-6/openerpsl/openerpsl_02_17
Merge into: lp:openerpsl/7.0
Diff against target: 11 lines (+1/-1)
1 file modified
novaqua_reports/report/stock_picking.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+208131@code.launchpad.net

Description of the change

[MOD] novaqua_reports FIX

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

[MOD] novaqua_reports FIX

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'novaqua_reports/report/stock_picking.py'
2--- novaqua_reports/report/stock_picking.py 2014-02-25 13:10:16 +0000
3+++ novaqua_reports/report/stock_picking.py 2014-02-25 13:20:36 +0000
4@@ -58,7 +58,7 @@
5 else:
6 return res
7
8- def _get_price(self, move_line):
9+ def _get_price(self, move_line):
10 line_obj = self.pool.get('sale.order.line')
11 line_ids = line_obj.search(self.cr, self.uid, [('id', '=' , move_line.sale_line_id.id)])
12

Subscribers

People subscribed via source and target branches