[Erp5-report] r32476 tatuya - /erp5/trunk/products/ERP5/Document/Rule.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 12 08:29:34 CET 2010


Author: tatuya
Date: Fri Feb 12 08:29:33 2010
New Revision: 32476

URL: http://svn.erp5.org?rev=32476&view=rev
Log:
Fix the business_path default value, there is exist a code which calls without the paramter.

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

Modified: erp5/trunk/products/ERP5/Document/Rule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Rule.py?rev=32476&r1=32475&r2=32476&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Rule.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/Rule.py [utf8] Fri Feb 12 08:29:33 2010
@@ -558,7 +558,7 @@
                 movement.getRelativeUrl())
     return (add_list, modify_dict, delete_list)
 
-  def _getExpandablePropertyDict(self, applied_rule, movement, business_path,
+  def _getExpandablePropertyDict(self, applied_rule, movement, business_path=None,
       **kw):
     """
     Return a Dictionary with the Properties used to edit the simulation




More information about the Erp5-report mailing list