From a922d2c03a2a7bc028bb07ccb7294707c57c956f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Thu, 12 Jun 2008 12:07:04 +0000 Subject: [PATCH] expose "source_section_title" in the returned dicts git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21526 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_payroll/PaySheetTransaction_getLineListAsDict.xml | 1 + bt5/erp5_payroll/bt/revision | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_getLineListAsDict.xml b/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_getLineListAsDict.xml index 228e47a1a8..7ed31b3fe9 100644 --- a/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_getLineListAsDict.xml +++ b/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_getLineListAsDict.xml @@ -104,6 +104,7 @@ for line in line_list: \n continue\n line_dict = {\n \'group\' : line.getSourceSectionTitle(),\n + \'source_section_title\': line.getSourceSectionTitle(),\n \'title\' : line.getTitle(),\n \'payroll_service\' : getattr(line, \'payroll_service\', None)\n }\n diff --git a/bt5/erp5_payroll/bt/revision b/bt5/erp5_payroll/bt/revision index 61f9147fdc..6610e117a3 100644 --- a/bt5/erp5_payroll/bt/revision +++ b/bt5/erp5_payroll/bt/revision @@ -1 +1 @@ -275 \ No newline at end of file +277 \ No newline at end of file -- 2.30.9