From 735b71d5b3541f4473655de07b03697e15032e87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Tue, 28 Oct 2008 11:50:36 +0000 Subject: [PATCH] show only accounting transaction line types git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24352 20353a03-c40f-0410-a6d1-a30d3c3de9de --- ...sactionModule_getTransactionLineListForGroupingReference.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/AccountingTransactionModule_getTransactionLineListForGroupingReference.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getTransactionLineListForGroupingReference.xml index 09d2b66efa..eae6d5b3a5 100644 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getTransactionLineListForGroupingReference.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getTransactionLineListForGroupingReference.xml @@ -81,7 +81,7 @@ section_uid = portal.Base_getSectionUidListForSectionCategory(\n \n grouping = dialog_selection_params.get(\'grouping\', \'grouping\')\n \n -search_kw = dict()\n +search_kw = dict(portal_type=portal.getPortalAccountingTransactionLineList())\n node = node or request.get(\'node\') or dialog_selection_params.get(\'node\')\n if node:\n search_kw[\'node_uid\'] = portal.restrictedTraverse(node).getUid()\n diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision index d81f86143d..c843fcee2f 100644 --- a/bt5/erp5_accounting/bt/revision +++ b/bt5/erp5_accounting/bt/revision @@ -1 +1 @@ -794 \ No newline at end of file +795 \ No newline at end of file -- 2.30.9