[Erp5-report] r24486 - in /erp5/trunk/bt5/erp5_banking_core: WorkflowTemplateItem/portal_wo...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Nov 5 10:31:13 CET 2008


Author: aurel
Date: Wed Nov  5 10:31:09 2008
New Revision: 24486

URL: http://svn.erp5.org?rev=24486&view=rev
Log:
fix typo in error message

Modified:
    erp5/trunk/bt5/erp5_banking_core/WorkflowTemplateItem/portal_workflow/bank_account_workflow/scripts/checkBankAccount.xml
    erp5/trunk/bt5/erp5_banking_core/bt/revision

Modified: erp5/trunk/bt5/erp5_banking_core/WorkflowTemplateItem/portal_workflow/bank_account_workflow/scripts/checkBankAccount.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/WorkflowTemplateItem/portal_workflow/bank_account_workflow/scripts/checkBankAccount.xml?rev=24486&r1=24485&r2=24486&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/WorkflowTemplateItem/portal_workflow/bank_account_workflow/scripts/checkBankAccount.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_core/WorkflowTemplateItem/portal_workflow/bank_account_workflow/scripts/checkBankAccount.xml [utf8] Wed Nov  5 10:31:09 2008
@@ -81,7 +81,7 @@
   for obj in bank_account.getParentValue().objectValues():\n
     if obj.getPortalType() == "Bank Account" and obj.getValidationState() not in (\'draft\', \'closed\') \\\n
            and obj.getSource() == bank_account.getSource():\n
-      raise ValidationFailed, "You cannot open two bank account for the same person in the same site"\n
+      raise ValidationFailed, "You cannot open two bank accounts for the same person on the same site"\n
 \n
 valid_state = ["valid", "being_closed", "validating_closing",\n
                "being_modified", "validating_modification", "closed"]\n

Modified: erp5/trunk/bt5/erp5_banking_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/bt/revision?rev=24486&r1=24485&r2=24486&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_core/bt/revision [utf8] Wed Nov  5 10:31:09 2008
@@ -1,1 +1,1 @@
-459
+460




More information about the Erp5-report mailing list