[Erp5-report] r32462 kazuhiko - /erp5/trunk/products/ERP5/Document/InvoicingRule.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 12 04:05:54 CET 2010


Author: kazuhiko
Date: Fri Feb 12 04:05:52 2010
New Revision: 32462

URL: http://svn.erp5.org?rev=32462&view=rev
Log:
no need to define default value explicitly.

Modified:
    erp5/trunk/products/ERP5/Document/InvoicingRule.py

Modified: erp5/trunk/products/ERP5/Document/InvoicingRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/InvoicingRule.py?rev=32462&r1=32461&r2=32462&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/InvoicingRule.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/InvoicingRule.py [utf8] Fri Feb 12 04:05:52 2010
@@ -74,10 +74,6 @@
   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):




More information about the Erp5-report mailing list