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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Nov 6 16:07:06 CET 2009


Author: jerome
Date: Fri Nov  6 16:07:04 2009
New Revision: 30374

URL: http://svn.erp5.org?rev=30374&view=rev
Log:
fix undefined name

Modified:
    erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/scripts/validateTransactionLines.xml
    erp5/trunk/bt5/erp5_accounting/bt/revision

Modified: erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/scripts/validateTransactionLines.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/scripts/validateTransactionLines.xml?rev=30374&r1=30373&r2=30374&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/scripts/validateTransactionLines.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/scripts/validateTransactionLines.xml [utf8] Fri Nov  6 16:07:04 2009
@@ -66,8 +66,6 @@
 bank_account_portal_type = portal.getPortalPaymentNodeTypeList()\n
 section_portal_type_list = [\'Person\', \'Organisation\']\n
 invalid_state_list = [\'invalidated\', \'deleted\']\n
-\n
-N_ = lambda msg, **kw: Message(\'erp5_ui\', msg, **kw)\n
 \n
 # first of all, validate the transaction itself\n
 container.validateTransaction(state_change)\n
@@ -213,7 +211,6 @@
                             <string>bank_account_portal_type</string>
                             <string>section_portal_type_list</string>
                             <string>invalid_state_list</string>
-                            <string>N_</string>
                             <string>container</string>
                             <string>_getiter_</string>
                             <string>dict</string>

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=30374&r1=30373&r2=30374&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Fri Nov  6 16:07:04 2009
@@ -1,1 +1,1 @@
-1033
+1034




More information about the Erp5-report mailing list