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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jun 4 17:12:04 CEST 2010


Author: jerome
Date: Fri Jun  4 17:12:02 2010
New Revision: 36006

URL: http://svn.erp5.org?rev=36006&view=rev
Log:
really 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=36006&r1=36005&r2=36006&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 17:12:02 2010
@@ -248,8 +248,9 @@
                           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(), line.getPath()),\n
+                    (\'recursiveImmediateReindexObject\',\n
+                      \'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=36006&r1=36005&r2=36006&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 17:12:02 2010
@@ -176,8 +176,9 @@
                           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(), line.getPath),\n
+                    (\'recursiveImmediateReindexObject\',\n
+                      \'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=36006&r1=36005&r2=36006&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 17:12:02 2010
@@ -1,1 +1,1 @@
-161
+162




More information about the Erp5-report mailing list