From 1863698297170ce0f25187cbc76fd5c9cb06def3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com> Date: Tue, 21 Dec 2010 09:33:25 +0000 Subject: [PATCH] method was renamed git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41567 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/PaySheetTransaction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/Document/PaySheetTransaction.py b/product/ERP5/Document/PaySheetTransaction.py index 4cd67b92b0..745be1b6c8 100644 --- a/product/ERP5/Document/PaySheetTransaction.py +++ b/product/ERP5/Document/PaySheetTransaction.py @@ -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 -- 2.30.9