[Erp5-report] r17683 - /erp5/trunk/products/ERP5/Document/PaySheetTransaction.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Nov 19 14:45:58 CET 2007
Author: fabien
Date: Mon Nov 19 14:45:58 2007
New Revision: 17683
URL: http://svn.erp5.org?rev=17683&view=rev
Log:
correct an indentation mistake
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=17683&r1=17682&r2=17683&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/PaySheetTransaction.py (original)
+++ erp5/trunk/products/ERP5/Document/PaySheetTransaction.py Mon Nov 19 14:45:58 2007
@@ -469,9 +469,9 @@
if price:
if old_val is not None:
new_val = round((old_val + quantity*price), precision)
- base_amount_table[column[share]][row[base_participation]]= \
+ base_amount_table[column[share]][row[base_participation]]= \
new_val
- base_amount_table[column[share]][row[base_participation]] = \
+ base_amount_table[column[share]][row[base_participation]] = \
new_val
# decrease the base_application used for this model line if
More information about the Erp5-report
mailing list