Commit a922d2c0 authored by Jérome Perrin's avatar Jérome Perrin

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
parent ee3af9b7
......@@ -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
......
275
\ No newline at end of file
277
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment