From b207f967379f88879224adde5d92bd03b6e76875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Mon, 9 Jun 2008 10:54:44 +0000 Subject: [PATCH] Don't group by mirror_section in AccountModule_getFiscalReportCreditorNodeBalance and AccountModule_getFiscalReportDebitorNodeBalance git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21424 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../AccountModule_getFiscalReportCreditorNodeBalance.xml | 1 - .../AccountModule_getFiscalReportDebitorNodeBalance.xml | 1 - bt5/erp5_accounting/bt/revision | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getFiscalReportCreditorNodeBalance.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getFiscalReportCreditorNodeBalance.xml index 5534c49738..b5c20d56ad 100644 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getFiscalReportCreditorNodeBalance.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getFiscalReportCreditorNodeBalance.xml @@ -89,7 +89,6 @@ else:\n sum = 0.0\n for inventory in portal.portal_simulation.getInventoryList(\n group_by_node=1,\n - group_by_mirror_section=1,\n **kw):\n if inventory.total_price < 0:\n sum += (inventory.total_price or 0)\n diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getFiscalReportDebitorNodeBalance.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getFiscalReportDebitorNodeBalance.xml index 2909d49ba2..1ce4eae9be 100644 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getFiscalReportDebitorNodeBalance.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getFiscalReportDebitorNodeBalance.xml @@ -89,7 +89,6 @@ else:\n sum = 0.0\n for inventory in portal.portal_simulation.getInventoryList(\n group_by_node=1,\n - group_by_mirror_section=1,\n **kw):\n if inventory.total_price > 0:\n sum += inventory.total_price\n diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision index e8f7ef6cfa..2764f7b002 100644 --- a/bt5/erp5_accounting/bt/revision +++ b/bt5/erp5_accounting/bt/revision @@ -1 +1 @@ -707 \ No newline at end of file +708 \ No newline at end of file -- 2.30.9