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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 27 23:25:55 CET 2007


Author: fabien
Date: Tue Nov 27 23:25:55 2007
New Revision: 17838

URL: http://svn.erp5.org?rev=17838&view=rev
Log:
remove share parameter of the calculation script because it could be get on the
cell

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=17838&r1=17837&r2=17838&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/PaySheetTransaction.py (original)
+++ erp5/trunk/products/ERP5/Document/PaySheetTransaction.py Tue Nov 27 23:25:55 2007
@@ -367,7 +367,6 @@
           LOG('script_name :', 0, script_name)
           result = calculation_script(\
             base_amount_current_value_dict=base_amount_current_value_dict,
-            share=share, #XXX
             model_slice_min=model_slice_min, 
             model_slice_max=model_slice_max, 
             cell=cell,)




More information about the Erp5-report mailing list