changeset 79aec9a1cb23 in modules/stock_lot_unit:default
details: 
https://hg.tryton.org/modules/stock_lot_unit?cmd=changeset;node=79aec9a1cb23
description:
        Set lot on inventory move of ShipmentOut

        If lot is set on the outgoing move, it should be set also on
        the inventory move to allow proper synchronization.

        issue8648
        review285941002
diffstat:

 tests/scenario_stock_lot_unit.rst |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 7956852db970 -r 79aec9a1cb23 tests/scenario_stock_lot_unit.rst
--- a/tests/scenario_stock_lot_unit.rst Sat Sep 07 23:45:08 2019 +0200
+++ b/tests/scenario_stock_lot_unit.rst Wed Sep 11 23:54:06 2019 +0200
@@ -129,8 +129,7 @@
     >>> shipment.click('wait')
     >>> shipment.click('assign_try')
     True
-    >>> shipment.click('pack')
-    >>> shipment.click('done')  # doctest: +IGNORE_EXCEPTION_DETAIL
+    >>> shipment.click('pack')  # doctest: +IGNORE_EXCEPTION_DETAIL
     Traceback (most recent call last):
         ...
     LotUnitQuantityError: ...
@@ -153,8 +152,7 @@
     >>> shipment.click('wait')
     >>> shipment.click('assign_try')
     True
-    >>> shipment.click('pack')
-    >>> shipment.click('done')  # doctest: +IGNORE_EXCEPTION_DETAIL
+    >>> shipment.click('pack')  # doctest: +IGNORE_EXCEPTION_DETAIL
     Traceback (most recent call last):
         ...
     LotUnitQuantityError: ...

Reply via email to