[Erp5-report] r24269 - in /erp5/trunk/bt5/erp5_egov: WorkflowTemplateItem/portal_workflow/e...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Oct 21 13:46:41 CEST 2008


Author: fabien
Date: Tue Oct 21 13:46:33 2008
New Revision: 24269

URL: http://svn.erp5.org?rev=24269&view=rev
Log:
add translateString

Modified:
    erp5/trunk/bt5/erp5_egov/WorkflowTemplateItem/portal_workflow/egov_interaction_workflow/scripts/checkAccountInexistance.xml
    erp5/trunk/bt5/erp5_egov/bt/revision

Modified: erp5/trunk/bt5/erp5_egov/WorkflowTemplateItem/portal_workflow/egov_interaction_workflow/scripts/checkAccountInexistance.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_egov/WorkflowTemplateItem/portal_workflow/egov_interaction_workflow/scripts/checkAccountInexistance.xml?rev=24269&r1=24268&r2=24269&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_egov/WorkflowTemplateItem/portal_workflow/egov_interaction_workflow/scripts/checkAccountInexistance.xml (original)
+++ erp5/trunk/bt5/erp5_egov/WorkflowTemplateItem/portal_workflow/egov_interaction_workflow/scripts/checkAccountInexistance.xml Tue Oct 21 13:46:33 2008
@@ -56,6 +56,7 @@
             <value> <string encoding="cdata"><![CDATA[
 
 changed_object = state_change[\'object\']\n
+translateString = changed_object.Base_translateString\n
 login = changed_object.getCompanyName().lower()\n
 portal_catalog = changed_object.portal_catalog\n
 ninea = changed_object.getNinea()\n
@@ -65,7 +66,6 @@
 \n
 result = portal_catalog( portal_type=\'Organisation\',\n
                          vat_code=changed_object.getNinea())\n
-\n
 \n
 if len(result) > 1:\n
   msg = "Error : There is more than one company with the NINEA code ${code}"\n
@@ -126,6 +126,7 @@
                             <string>_getitem_</string>
                             <string>changed_object</string>
                             <string>_getattr_</string>
+                            <string>translateString</string>
                             <string>login</string>
                             <string>portal_catalog</string>
                             <string>ninea</string>
@@ -134,7 +135,6 @@
                             <string>result</string>
                             <string>len</string>
                             <string>msg</string>
-                            <string>translateString</string>
                             <string>dict</string>
                           </tuple>
                         </value>

Modified: erp5/trunk/bt5/erp5_egov/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_egov/bt/revision?rev=24269&r1=24268&r2=24269&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_egov/bt/revision (original)
+++ erp5/trunk/bt5/erp5_egov/bt/revision Tue Oct 21 13:46:33 2008
@@ -1,1 +1,1 @@
-414
+415




More information about the Erp5-report mailing list