Merge lp:~unifield-team/unifield-server/us-2193 into lp:unifield-server

Proposed by jftempo
Status: Merged
Merged at revision: 4164
Proposed branch: lp:~unifield-team/unifield-server/us-2193
Merge into: lp:unifield-server
Diff against target: 14 lines (+2/-2)
1 file modified
bin/addons/purchase_override/purchase.py (+2/-2)
To merge this branch: bzr merge lp:~unifield-team/unifield-server/us-2193
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+315032@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 'bin/addons/purchase_override/purchase.py'
2--- bin/addons/purchase_override/purchase.py 2016-11-25 16:56:57 +0000
3+++ bin/addons/purchase_override/purchase.py 2017-01-18 15:50:49 +0000
4@@ -1621,8 +1621,8 @@
5 sol.currency_id.id, line.price_unit or 0.0,
6 round=False, context=date_context)
7
8- if so.order_type == 'regular' and price_unit_converted < 0.00001:
9- price_unit_converted = 0.00001
10+ if so.order_type == 'regular' and price_unit_converted < 0.01:
11+ price_unit_converted = 0.01
12
13 line_qty = line.product_qty
14 if line.procurement_id:

Subscribers

People subscribed via source and target branches

to all changes: