Commit 3f1c9f01 authored by Yusuke Muraoka's avatar Yusuke Muraoka

fix a calling

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33713 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7a9b715c
......@@ -155,7 +155,7 @@ class TradeModelLine(Predicate, XMLMatrix, Amount):
amount.getProperty('create_line')):
movement_like_amount_list.append(amount)
else:
temporary_aggregated_amount_list(amount)
temporary_aggregated_amount_list.append(amount)
for movement in (movement_list + movement_like_amount_list):
result.extend(self._getAggregatedAmountList(
context, [movement], temporary_aggregated_amount_list,
......
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