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

Accounting: early support of aggregated items in reports

parent d68b9933
......@@ -76,7 +76,7 @@ if kw.get(\'mirror_section_uid\'):\n
params[\'mirror_section_uid\'] = kw[\'mirror_section_uid\']\n
\n
category_uid_list = (\'payment_uid\', \'project_uid\', \'funding_uid\',\n
\'function_uid\', \'payment_request_uid\')\n
\'function_uid\', \'payment_request_uid\', \'default_aggregate_uid\')\n
for category_uid in category_uid_list:\n
category_uid_value = kw.get(category_uid)\n
if category_uid_value:\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