From 7b65c89a3e3acefe59bb2989372d173bc339a249 Mon Sep 17 00:00:00 2001 From: Sebastien Robin <seb@nexedi.com> Date: Wed, 8 Mar 2006 20:05:07 +0000 Subject: [PATCH] missing argument in setRootCausalityValue git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6050 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/Delivery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/Document/Delivery.py b/product/ERP5/Document/Delivery.py index 9012cce956..217f144c61 100755 --- a/product/ERP5/Document/Delivery.py +++ b/product/ERP5/Document/Delivery.py @@ -645,7 +645,7 @@ class Delivery(XMLObject, ImmobilisationDelivery): # be reviewed if we plan to configure movement groups in the zmi security.declareProtected( Permissions.ModifyPortalContent, 'setRootCausalityValueList') - def setRootCausalityValueList(self): + def setRootCausalityValueList(self,value): """ This """ -- 2.30.9