[Erp5-report] r35987 jerome - in /erp5/trunk/bt5/erp5_accounting_ui_test: SkinTemplateItem/...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jun 4 13:08:27 CEST 2010


Author: jerome
Date: Fri Jun  4 13:08:27 2010
New Revision: 35987

URL: http://svn.erp5.org?rev=35987&view=rev
Log:
fix after_path_and_method_id syntax

Modified:
    erp5/trunk/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionList.xml
    erp5/trunk/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionListSalesAndPayments.xml
    erp5/trunk/bt5/erp5_accounting_ui_test/bt/revision

Modified: erp5/trunk/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionList.xml?rev=35987&r1=35986&r2=35987&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionList.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionList.xml [utf8] Fri Jun  4 13:08:27 2010
@@ -248,8 +248,8 @@
                           portal_type=payment.getPortalAccountingMovementTypeList()):\n
             if line.getGroupingReference():\n
                line.activate(after_path_and_method_id=(\n
-                  (payment.getPath(), (\'recursiveImmediateReindexObject\', \'immediateReindexObject\')),\n
-                  (line.getPath(), (\'recursiveImmediateReindexObject\', \'immediateReindexObject\')),),\n
+                  ((payment.getPath(),), (\'recursiveImmediateReindexObject\', \'immediateReindexObject\')),\n
+                  ((line.getPath(),), (\'recursiveImmediateReindexObject\', \'immediateReindexObject\')),),\n
                ).AccountingTransactionLine_resetGroupingReference()\n
 \n
       else:\n

Modified: erp5/trunk/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionListSalesAndPayments.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionListSalesAndPayments.xml?rev=35987&r1=35986&r2=35987&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionListSalesAndPayments.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionListSalesAndPayments.xml [utf8] Fri Jun  4 13:08:27 2010
@@ -176,8 +176,8 @@
                           portal_type=ptr.getPortalAccountingMovementTypeList()):\n
           if line.getGroupingReference():\n
              line.activate(after_path_and_method_id=(\n
-                  (ptr.getPath(), (\'recursiveImmediateReindexObject\', \'immediateReindexObject\')),\n
-                  (line.getPath(), (\'recursiveImmediateReindexObject\', \'immediateReindexObject\')),),\n
+                  ((ptr.getPath(),), (\'recursiveImmediateReindexObject\', \'immediateReindexObject\')),\n
+                  ((line.getPath(),), (\'recursiveImmediateReindexObject\', \'immediateReindexObject\')),),\n
              ).AccountingTransactionLine_resetGroupingReference()\n
 \n
 \n

Modified: erp5/trunk/bt5/erp5_accounting_ui_test/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting_ui_test/bt/revision?rev=35987&r1=35986&r2=35987&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting_ui_test/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting_ui_test/bt/revision [utf8] Fri Jun  4 13:08:27 2010
@@ -1,1 +1,1 @@
-159
+160




More information about the Erp5-report mailing list