[Erp5-report] r41567 aurel - /erp5/trunk/products/ERP5/Document/PaySheetTransaction.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Dec 21 10:33:26 CET 2010


Author: aurel
Date: Tue Dec 21 10:33:25 2010
New Revision: 41567

URL: http://svn.erp5.org?rev=41567&view=rev
Log:
method was renamed

Modified:
    erp5/trunk/products/ERP5/Document/PaySheetTransaction.py

Modified: erp5/trunk/products/ERP5/Document/PaySheetTransaction.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/PaySheetTransaction.py?rev=41567&r1=41566&r2=41567&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/PaySheetTransaction.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/PaySheetTransaction.py [utf8] Tue Dec 21 10:33:25 2010
@@ -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



More information about the Erp5-report mailing list