Commit 04eb57dc authored by Jérome Perrin's avatar Jérome Perrin

Pass node_category correctly for the summary


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14126 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9d993594
......@@ -239,7 +239,7 @@ for c in gap_value_list:\n
\'ascending\')]))\n
total_params = params.copy()\n
if gap:\n
total_params[\'node_category\'] = gap\n
total_params[\'node_category\'] = \'gap/%s\' % gap\n
result.append(ReportSection(\n
path=context.getPhysicalPath(),\n
title=N_("Total"),\n
......
254
\ No newline at end of file
255
\ 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