Commit e677bdb1 authored by Jérome Perrin's avatar Jérome Perrin

build method should be public


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5045 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9dfca33e
......@@ -91,7 +91,7 @@ class OrderBuilder(XMLObject, Amount, Predicate):
, PropertySheet.DeliveryBuilder
)
security.declareProtected(Permissions.ModifyPortalContent, 'build')
security.declarePublic('build')
def build(self, applied_rule_uid=None, movement_relative_url_list=None,
delivery_relative_url_list=None,**kw):
"""
......
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