[Erp5-report] r13031 - in /erp5/trunk/bt5/erp5_accounting: WorkflowTemplateItem/portal_work...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Feb 26 15:06:12 CET 2007


Author: jerome
Date: Mon Feb 26 15:06:07 2007
New Revision: 13031

URL: http://svn.erp5.org?rev=13031&view=rev
Log:
non existant variable N_

Modified:
    erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow/scripts/Account_Validate.xml
    erp5/trunk/bt5/erp5_accounting/bt/revision

Modified: erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow/scripts/Account_Validate.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow/scripts/Account_Validate.xml?rev=13031&r1=13030&r2=13031&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow/scripts/Account_Validate.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow/scripts/Account_Validate.xml Mon Feb 26 15:06:07 2007
@@ -78,7 +78,7 @@
   raise ValidationFailed(N_("GAP is unset."))\n
 \n
 for err in account.checkConsistency():\n
-  raise ValidationFailed(N(err[4]))\n
+  raise ValidationFailed(N_(err[4]))\n
 </string> </value>
         </item>
         <item>
@@ -132,7 +132,6 @@
                             <string>_getattr_</string>
                             <string>_getiter_</string>
                             <string>err</string>
-                            <string>N</string>
                           </tuple>
                         </value>
                     </item>

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=13031&r1=13030&r2=13031&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision Mon Feb 26 15:06:07 2007
@@ -1,1 +1,1 @@
-192
+193




More information about the Erp5-report mailing list