From a796b049c928231f9f28b4e87f45ca17745173ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Thu, 15 Apr 2010 17:16:20 +0000 Subject: [PATCH] follow Account_zDistinctSectionList API change git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34602 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../AccountModule_getOtherPartiesReportSectionList.xml | 2 +- bt5/erp5_accounting/bt/revision | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getOtherPartiesReportSectionList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getOtherPartiesReportSectionList.xml index d808b80c23..f59bd81403 100644 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getOtherPartiesReportSectionList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getOtherPartiesReportSectionList.xml @@ -118,7 +118,7 @@ if not params[\'hide_grouping\'] :\n # TODO: this can be a simple getInventoryList with mirror section category\n # (role)\n for party in context.Account_zDistinctSectionList(\n - section_category=section_category,\n + section_uid=section_uid,\n at_date=at_date):\n o = party.getObject()\n keep_this_one = True\n diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision index 6030e96a25..57f15eca80 100644 --- a/bt5/erp5_accounting/bt/revision +++ b/bt5/erp5_accounting/bt/revision @@ -1 +1 @@ -1184 \ No newline at end of file +1185 \ No newline at end of file -- 2.30.9