Commit 7da58ada authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

no need to define default value explicitly.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32462 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ad1f223d
......@@ -74,10 +74,6 @@ class InvoicingRule(Rule):
def isDeliverable(self, movement):
return movement.getResource() is not None
def _getExpandablePropertyUpdateDict(self, applied_rule, movement,
business_path, current_property_dict):
return {}
security.declareProtected(Permissions.AccessContentsInformation,
'getExpandablePropertyList')
def getExpandablePropertyList(self, default=None):
......
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