Commit 18636982 authored by Aurel's avatar Aurel

method was renamed


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41567 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2628be52
......@@ -202,7 +202,7 @@ class PaySheetTransaction(Invoice):
movement_list_trade_phase_dic[trade_phase] = []
movement_list_trade_phase_dic[trade_phase].append(movement)
for trade_phase in movement_list_trade_phase_dic.keys():
business_link_list = business_process.getPathValueList(trade_phase=\
business_link_list = business_process.getBusinessLinkValueList(trade_phase=\
trade_phase)
# XXX-Aurel
# must convert amount into simulation movement
......
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