[Erp5-report] r39401 vincent - in /erp5/trunk/bt5/erp5_banking_check: WorkflowTemplateItem/...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Oct 20 16:39:08 CEST 2010


Author: vincent
Date: Wed Oct 20 16:39:06 2010
New Revision: 39401

URL: http://svn.erp5.org?rev=39401&view=rev
Log:
Fix incomplete variable renaming.

Modified:
    erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/scripts/validatePlanActionConsistency.xml
    erp5/trunk/bt5/erp5_banking_check/bt/revision

Modified: erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/scripts/validatePlanActionConsistency.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/scripts/validatePlanActionConsistency.xml?rev=39401&r1=39400&r2=39401&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/scripts/validatePlanActionConsistency.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/scripts/validatePlanActionConsistency.xml [utf8] Wed Oct 20 16:39:06 2010
@@ -65,7 +65,7 @@ for check_operation_line in transaction.
   account_value = check_operation_line.getSourcePaymentValue()\n
   account_path = account_value.getRelativeUrl()\n
   bank_account_dict[account_path] = account_value\n
-  amount_dict[account_path] = bank_account_dict.get(account_path, 0) + check_operation_line.getPrice()\n
+  amount_dict[account_path] = amount_dict.get(account_path, 0) + check_operation_line.getPrice()\n
 for account_path, amount in amount_dict.items():\n
   error = context.BankAccount_checkBalance(account_path, amount)[\'error_code\']\n
   source_bank_account = bank_account_dict[account_path]\n

Modified: erp5/trunk/bt5/erp5_banking_check/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/bt/revision?rev=39401&r1=39400&r2=39401&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_check/bt/revision [utf8] Wed Oct 20 16:39:06 2010
@@ -1 +1 @@
-467
\ No newline at end of file
+469
\ No newline at end of file




More information about the Erp5-report mailing list