From 08661821a711bcaf39b4c04dfe6eb5464f5b84b7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Fri, 4 Jun 2010 15:23:43 +0000
Subject: [PATCH] there was one extra level of ()

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36007 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../AccountingZuite_createAccountingTransactionList.xml       | 4 ++--
 ...gZuite_createAccountingTransactionListSalesAndPayments.xml | 4 ++--
 bt5/erp5_accounting_ui_test/bt/revision                       | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionList.xml b/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionList.xml
index 56dc88d334..f50b7b08fb 100644
--- a/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionList.xml
+++ b/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionList.xml
@@ -248,9 +248,9 @@ for month in range(1, month_count + 1):\n
                           portal_type=payment.getPortalAccountingMovementTypeList()):\n
             if line.getGroupingReference():\n
                line.activate(after_path_and_method_id=(\n
-                  ((payment.getPath(), line.getPath()),\n
+                  (payment.getPath(), line.getPath()),\n
                     (\'recursiveImmediateReindexObject\',\n
-                      \'immediateReindexObject\')),),\n
+                      \'immediateReindexObject\')),\n
                ).AccountingTransactionLine_resetGroupingReference()\n
 \n
       else:\n
diff --git a/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionListSalesAndPayments.xml b/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionListSalesAndPayments.xml
index 9ce0f17253..2436e3cdf7 100644
--- a/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionListSalesAndPayments.xml
+++ b/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionListSalesAndPayments.xml
@@ -176,9 +176,9 @@ for month in range(1, month_count + 1):\n
                           portal_type=ptr.getPortalAccountingMovementTypeList()):\n
           if line.getGroupingReference():\n
              line.activate(after_path_and_method_id=(\n
-                  ((ptr.getPath(), line.getPath),\n
+                  (ptr.getPath(), line.getPath),\n
                     (\'recursiveImmediateReindexObject\',\n
-                      \'immediateReindexObject\')),),\n
+                      \'immediateReindexObject\')),\n
              ).AccountingTransactionLine_resetGroupingReference()\n
 \n
 \n
diff --git a/bt5/erp5_accounting_ui_test/bt/revision b/bt5/erp5_accounting_ui_test/bt/revision
index 05b9b66ffd..5755659621 100644
--- a/bt5/erp5_accounting_ui_test/bt/revision
+++ b/bt5/erp5_accounting_ui_test/bt/revision
@@ -1 +1 @@
-162
\ No newline at end of file
+163
\ No newline at end of file
-- 
2.30.9