From 7da58ada9c0b7262ae6e131779460a1605c3274b Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Fri, 12 Feb 2010 03:05:52 +0000 Subject: [PATCH] no need to define default value explicitly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32462 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/InvoicingRule.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/product/ERP5/Document/InvoicingRule.py b/product/ERP5/Document/InvoicingRule.py index 39101ac067..efd0a6c8d2 100644 --- a/product/ERP5/Document/InvoicingRule.py +++ b/product/ERP5/Document/InvoicingRule.py @@ -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): -- 2.30.9