From e19195910179b9d121a909525eec9809587c9547 Mon Sep 17 00:00:00 2001 From: Thierry Brettnacher <tb@nexedi.com> Date: Wed, 10 Mar 2004 18:20:43 +0000 Subject: [PATCH] edit added in updateTargetQuantityFromContainerQuantity for automatic transitions in delivery_causality_workflow git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@582 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/PackingList.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/product/ERP5/Document/PackingList.py b/product/ERP5/Document/PackingList.py index 780e88059f..b0f1aaa2d6 100755 --- a/product/ERP5/Document/PackingList.py +++ b/product/ERP5/Document/PackingList.py @@ -193,3 +193,5 @@ An order...""" # this is script dependent movement.setTargetQuantity(movement.DeliveryCell_getContainedTargetQuantity()) movement.flushActivity(invoke=1) + # finally edit in order to make automatic transition work in delivery_causality_workflow + self.edit() -- 2.30.9