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 6427b8698438a9fcbe047e86fb0864001ba08127..aa423bd16d7f3129eca7f03cbd533b821f496f6a 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,8 +248,8 @@ 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(), (\'recursiveImmediateReindexObject\', \'immediateReindexObject\')),\n - (line.getPath(), (\'recursiveImmediateReindexObject\', \'immediateReindexObject\')),),\n + ((payment.getPath(),), (\'recursiveImmediateReindexObject\', \'immediateReindexObject\')),\n + ((line.getPath(),), (\'recursiveImmediateReindexObject\', \'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 ac607cac043ff6b5f7c6493bd84800f21f21137f..40786724fdaf629fe3695f73549c6a5d78f8df6c 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,8 +176,8 @@ 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(), (\'recursiveImmediateReindexObject\', \'immediateReindexObject\')),\n - (line.getPath(), (\'recursiveImmediateReindexObject\', \'immediateReindexObject\')),),\n + ((ptr.getPath(),), (\'recursiveImmediateReindexObject\', \'immediateReindexObject\')),\n + ((line.getPath(),), (\'recursiveImmediateReindexObject\', \'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 b00047941afd37ac16c62df40f468f10bab537a1..9da06a18339c312235ed2a16c054f2bb70981398 100644 --- a/bt5/erp5_accounting_ui_test/bt/revision +++ b/bt5/erp5_accounting_ui_test/bt/revision @@ -1 +1 @@ -159 \ No newline at end of file +160 \ No newline at end of file