Commit 65adc00f authored by Łukasz Nowak's avatar Łukasz Nowak

- use category accessor


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28244 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 811f0366
......@@ -188,7 +188,7 @@ class BPMRule(Predicate, XMLObject):
business_path_list = []
for input_movement in input_movement_list:
for business_path in business_process.getPathValueList(
self.getProperty('trade_phase_list'),
self.getTradePhaseList(),
input_movement):
input_movement_and_path_list.append((input_movement, business_path))
business_path not in business_path_list and business_path_list \
......
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