[Erp5-report] r32714 kazuhiko - /erp5/trunk/products/ERP5/Document/Rule.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Feb 18 08:13:20 CET 2010
Author: kazuhiko
Date: Thu Feb 18 08:13:20 2010
New Revision: 32714
URL: http://svn.erp5.org?rev=32714&view=rev
Log:
multiple business paths should be supported.
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=32714&r1=32713&r2=32714&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Rule.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/Rule.py [utf8] Thu Feb 18 08:13:20 2010
@@ -326,9 +326,6 @@
business_path not in business_path_list and business_path_list \
.append(business_path)
- if len(business_path_list) > 1:
- raise NotImplementedError
-
return input_movement_and_path_list
def _getCompensatedMovementListBPM(self, applied_rule, **kw):
More information about the Erp5-report
mailing list