Merge lp:~dorian-kemps/unifield-server/US-5716 into lp:unifield-server

Proposed by jftempo
Status: Merged
Merged at revision: 5358
Proposed branch: lp:~dorian-kemps/unifield-server/US-5716
Merge into: lp:unifield-server
Diff against target: 15 lines (+2/-2)
1 file modified
bin/addons/sales_followup/report/sale_follow_up_report_multi.py (+2/-2)
To merge this branch: bzr merge lp:~dorian-kemps/unifield-server/US-5716
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+366896@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/sales_followup/report/sale_follow_up_report_multi.py'
--- bin/addons/sales_followup/report/sale_follow_up_report_multi.py 2018-09-24 15:01:54 +0000
+++ bin/addons/sales_followup/report/sale_follow_up_report_multi.py 2019-05-03 09:52:04 +0000
@@ -214,9 +214,9 @@
214 is_shipment_done = move.picking_id.state == 'done'214 is_shipment_done = move.picking_id.state == 'done'
215 packing = '-'215 packing = '-'
216 if not grouped:216 if not grouped:
217 key = (packing, False, move.product_uom.name)217 key = (packing, s_out and shipment or False, move.product_uom.name)
218 else:218 else:
219 key = (packing, False, move.product_uom.name, line.line_number)219 key = (packing, s_out and shipment or False, move.product_uom.name, line.line_number)
220 if not only_bo:220 if not only_bo:
221 data.update({221 data.update({
222 'packing': packing,222 'packing': packing,

Subscribers

People subscribed via source and target branches