Commit eb1cd246 authored by Mame Coumba Sall's avatar Mame Coumba Sall

remove misplaced parenthesis

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27528 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f4624776
...@@ -227,7 +227,7 @@ class InvoiceTransactionRule(Rule, PredicateMatrix): ...@@ -227,7 +227,7 @@ class InvoiceTransactionRule(Rule, PredicateMatrix):
start_date=new_mvmt.getStartDate())) start_date=new_mvmt.getStartDate()))
if source_exchange_ratio is not None: if source_exchange_ratio is not None:
new_mvmt.setSourceTotalAssetPrice(round( new_mvmt.setSourceTotalAssetPrice(round(
(source_exchange_ratio*applied_rule.getParentValue().getTotalPrice()), source_exchange_ratio*applied_rule.getParentValue().getTotalPrice(),
precision)) precision))
# Pass to base class # Pass to base class
......
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