[Erp5-report] r15439 - in /erp5/trunk/bt5/erp5_banking_cash: WorkflowTemplateItem/portal_wo...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Aug 3 11:09:12 CEST 2007


Author: seb
Date: Fri Aug  3 11:09:11 2007
New Revision: 15439

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

Modified:
    erp5/trunk/bt5/erp5_banking_cash/WorkflowTemplateItem/portal_workflow/monetary_destruction_workflow/scripts/validateVaultBalance.xml
    erp5/trunk/bt5/erp5_banking_cash/bt/revision

Modified: erp5/trunk/bt5/erp5_banking_cash/WorkflowTemplateItem/portal_workflow/monetary_destruction_workflow/scripts/validateVaultBalance.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/WorkflowTemplateItem/portal_workflow/monetary_destruction_workflow/scripts/validateVaultBalance.xml?rev=15439&r1=15438&r2=15439&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/WorkflowTemplateItem/portal_workflow/monetary_destruction_workflow/scripts/validateVaultBalance.xml (original)
+++ erp5/trunk/bt5/erp5_banking_cash/WorkflowTemplateItem/portal_workflow/monetary_destruction_workflow/scripts/validateVaultBalance.xml Fri Aug  3 11:09:11 2007
@@ -111,12 +111,12 @@
 if transaction.isDematerialization():\n
   for line in transaction.objectValues(portal_type=\'Cash Delivery Line\'):\n
     if line.getResourceValue().getPortalType() != \'Coin\':\n
-      msg = Message(domain="ui", message="Sorry, dematerializatio is possible only with coins.")\n
+      msg = Message(domain="ui", message="Sorry, dematerialization is possible only with coins.")\n
       raise ValidationFailed, (msg,)\n
   # Also we must make sure that the source_section is defined\n
-  source_section = transation.getSourceSection()\n
+  source_section = transaction.getSourceSection()\n
   if source_section is None:\n
-    msg = Message(domain="ui", message="Sorry, dematerializatio is possible only if the external agency is defined.")\n
+    msg = Message(domain="ui", message="Sorry, dematerialization is possible only if the external agency is defined.")\n
     raise ValidationFailed, (msg,)\n
   if not \'encaisse_des_billets_retires_de_la_circulation\' in vault:\n
     msg = Message(domain="ui", message="Invalid source.")\n
@@ -184,7 +184,6 @@
                             <string>total_price</string>
                             <string>_getiter_</string>
                             <string>line</string>
-                            <string>transation</string>
                           </tuple>
                         </value>
                     </item>

Modified: erp5/trunk/bt5/erp5_banking_cash/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/bt/revision?rev=15439&r1=15438&r2=15439&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/bt/revision (original)
+++ erp5/trunk/bt5/erp5_banking_cash/bt/revision Fri Aug  3 11:09:11 2007
@@ -1,1 +1,1 @@
-449
+451




More information about the Erp5-report mailing list