Commit 14e16d9a authored by Fabien Morin's avatar Fabien Morin

correct an indentation mistake


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17683 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 643a1ea6
......@@ -469,9 +469,9 @@ class PaySheetTransaction(Invoice):
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
......
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