Commit e399f8e7 authored by Kevin Deldycke's avatar Kevin Deldycke

Remove previous hack by a less intrusive one.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6701 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 236cab9d
......@@ -69,8 +69,7 @@
<value> <string encoding="cdata"><![CDATA[
"""\n
Client & vendors accounts.\n
\n
Client & vendors accounts.\n
"""\n
\n
from Products.ERP5Form.Report import ReportSection\n
......@@ -90,13 +89,13 @@ if role_filter_list == [\'\'] :\n
result = []\n
\n
params = {\n
\'at_date\' : at_date,\n
\'transaction_section_category\' : transaction_section_category,\n
\'section_category\' : transaction_section_category,\n
\'simulation_state\' : transaction_simulation_state,\n
\'report_depth\' : 5,\n
\'section_portal_type_list\': [\'Organisation\']\n
}\n
\'at_date\' : at_date\n
, \'transaction_section_category\': transaction_section_category\n
, \'section_category\' : transaction_section_category\n
, \'simulation_state\' : transaction_simulation_state\n
, \'report_depth\' : 5\n
, \'where_expression\' : " section.portal_type = \'Organisation\' "\n
}\n
\n
params[\'hide_grouping\'] = request[\'omit_grouped_references\']\n
if from_date:\n
......
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