diff --git a/product/ERP5/Document/Movement.py b/product/ERP5/Document/Movement.py index efebac6fd82c0572be70501e7d333b2d08e2b1b0..3fd483274920115e1afcf2b8bdbc8e4767d01747 100644 --- a/product/ERP5/Document/Movement.py +++ b/product/ERP5/Document/Movement.py @@ -439,7 +439,7 @@ class Movement(XMLObject, Amount): return self.getDeliveryValue() security.declareProtected( Permissions.AccessContentsInformation, - 'getInitialCausalityValueList') + 'getRootCausalityValueList') def getRootCausalityValueList(self): """ Returns the initial causality value for this movement.