Commit 28781e4b authored by Sebastien Robin's avatar Sebastien Robin

call getSourceTotalAssetPrice on the right object

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10729 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fa724e81
......@@ -88,7 +88,7 @@ if not transaction.Baobab_checkCounterDateOpen(site=source, date=date):\n
# if so, this means that we are saling such kinds of check, thus\n
# we must change the position of the customer account\n
movement_list = transaction.getMovementList()\n
total_debit = context.getSourceTotalAssetPrice()\n
total_debit = transaction.getSourceTotalAssetPrice()\n
for movement in movement_list:\n
aggregate_value_list = movement.getAggregateValueList()\n
for item in aggregate_value_list:\n
......@@ -174,7 +174,6 @@ if debit_required:\n
<string>source</string>
<string>msg</string>
<string>movement_list</string>
<string>context</string>
<string>total_debit</string>
<string>_getiter_</string>
<string>movement</string>
......
22
\ No newline at end of file
24
\ No newline at end of file
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