changeset b9d79e5694de in modules/carrier_percentage:default
details: 
https://hg.tryton.org/modules/carrier_percentage?cmd=changeset&node=b9d79e5694de
description:
        Remove default currency on stock move

        issue11512
        review433171003
diffstat:

 tests/scenario_carrier_percentage_with_purchase_shipment_cost.rst |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 04a83e8ba9b4 -r b9d79e5694de 
tests/scenario_carrier_percentage_with_purchase_shipment_cost.rst
--- a/tests/scenario_carrier_percentage_with_purchase_shipment_cost.rst Sun Sep 
25 20:21:45 2022 +0200
+++ b/tests/scenario_carrier_percentage_with_purchase_shipment_cost.rst Thu Sep 
29 09:08:06 2022 +0200
@@ -119,6 +119,7 @@
     >>> move.product = product
     >>> move.quantity = 50
     >>> move.unit_price = Decimal('8')
+    >>> move.currency = company.currency
     >>> shipment.carrier = carrier
     >>> shipment.cost_used
     Decimal('60.0000')

Reply via email to