[Erp5-report] r9608 - /erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workfl...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Sep 1 10:52:21 CEST 2006


Author: seb
Date: Fri Sep  1 10:52:15 2006
New Revision: 9608

URL: http://svn.erp5.org?rev=9608&view=rev
Log:
fixed typo error

Modified:
    erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_payment_workflow/scripts/validatePositionAccounting.xml

Modified: erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_payment_workflow/scripts/validatePositionAccounting.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_payment_workflow/scripts/validatePositionAccounting.xml?rev=9608&r1=9607&r2=9608&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_payment_workflow/scripts/validatePositionAccounting.xml (original)
+++ erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_payment_workflow/scripts/validatePositionAccounting.xml Fri Sep  1 10:52:15 2006
@@ -105,7 +105,7 @@
   raise ValidationFailed, (msg,)\n
 \n
 # Index the banking operation line so it impacts account position\n
-transaxtion.BankingOperationLine_index(line)\n
+transaction.BankingOperationLine_index(line)\n
 \n
 # Check if the banking operation is correct. Do not depend on catalog because line might not be indexed immediatelly.\n
 if - price != (line.getPrice() * line.getQuantity()):\n
@@ -192,7 +192,6 @@
                             <string>line</string>
                             <string>bank_account</string>
                             <string>price</string>
-                            <string>transaxtion</string>
                             <string>error</string>
                           </tuple>
                         </value>




More information about the Erp5-report mailing list