[Erp5-report] r10729 - in /erp5/trunk/bt5/erp5_banking_check: WorkflowTemplateItem/portal_w...
nobody at svn.erp5.org
nobody at svn.erp5.org
Sat Oct 14 19:17:55 CEST 2006
Author: seb
Date: Sat Oct 14 19:17:34 2006
New Revision: 10729
URL: http://svn.erp5.org?rev=10729&view=rev
Log:
call getSourceTotalAssetPrice on the right object
Modified:
erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/stop_payment_workflow/scripts/liftPositionAccounting.xml
erp5/trunk/bt5/erp5_banking_check/bt/revision
Modified: erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/stop_payment_workflow/scripts/liftPositionAccounting.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/stop_payment_workflow/scripts/liftPositionAccounting.xml?rev=10729&r1=10728&r2=10729&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/stop_payment_workflow/scripts/liftPositionAccounting.xml (original)
+++ erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/stop_payment_workflow/scripts/liftPositionAccounting.xml Sat Oct 14 19:17:34 2006
@@ -88,7 +88,7 @@
# 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 @@
<string>source</string>
<string>msg</string>
<string>movement_list</string>
- <string>context</string>
<string>total_debit</string>
<string>_getiter_</string>
<string>movement</string>
Modified: erp5/trunk/bt5/erp5_banking_check/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/bt/revision?rev=10729&r1=10728&r2=10729&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/bt/revision (original)
+++ erp5/trunk/bt5/erp5_banking_check/bt/revision Sat Oct 14 19:17:34 2006
@@ -1,1 +1,1 @@
-22
+24
More information about the Erp5-report
mailing list