[Erp5-report] r31193 kazuhiko - /erp5/trunk/products/ERP5/mixin/rule.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Dec 9 16:02:31 CET 2009
Author: kazuhiko
Date: Wed Dec 9 16:02:28 2009
New Revision: 31193
URL: http://svn.erp5.org?rev=31193&view=rev
Log:
_getMovementGeneratorContext() should accept applied_rule, otherwise an appropriate context cannot be calculated.
Modified:
erp5/trunk/products/ERP5/mixin/rule.py
Modified: erp5/trunk/products/ERP5/mixin/rule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/mixin/rule.py?rev=31193&r1=31192&r2=31193&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/mixin/rule.py [utf8] (original)
+++ erp5/trunk/products/ERP5/mixin/rule.py [utf8] Wed Dec 9 16:02:28 2009
@@ -223,7 +223,7 @@
"""
raise NotImplementedError
- def _getMovementGeneratorContext(self):
+ def _getMovementGeneratorContext(self, applied_rule):
"""
Return the movement generator context to use for expand
"""
More information about the Erp5-report
mailing list