Commit 448e4171 authored by Alexandre Boeglin's avatar Alexandre Boeglin

Security definition had wrong name.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5263 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ce2988a7
......@@ -222,7 +222,7 @@ class SupplyLine(DeliveryLine, Path):
return getattr(self, method_name)()
security.declareProtected(Permissions.ModifyPortalContent,
'updatePredicate')
'updateQuantityPredicate')
def updateQuantityPredicate(self, price_parameter):
"""
Update the quantity predicate
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment