From 99154feb91ae732a68937f31cb2e7762bbaa550d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Fri, 27 Jan 2006 17:15:22 +0000 Subject: [PATCH] display (source)_reference column git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5400 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../AccountModule_getGeneralLedgerReportSectionList.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getGeneralLedgerReportSectionList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getGeneralLedgerReportSectionList.xml index 18edad8b23..eefb7ac0b3 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getGeneralLedgerReportSectionList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getGeneralLedgerReportSectionList.xml @@ -116,7 +116,7 @@ result = []\n portal = context.portal_url.getPortalObject()\n \n account_columns = (\n -# (\'source_reference\', \'Reference\'),\n + (\'source_reference\', \'Reference\'),\n (\'delivery.start_date\', \'Date\'),\n (\'title\', \'Title\'),\n (\'translated_portal_type\', \'Type\'),\n -- 2.30.9