Commit 1bb049b5 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

multiple business paths should be supported.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32714 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d086f5f9
......@@ -326,9 +326,6 @@ class Rule(Predicate, XMLObject):
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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment