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

'per_account_class_summary' must be in request


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17357 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 974628bb
...@@ -1379,6 +1379,7 @@ class TestAccountingReports(AccountingTestCase): ...@@ -1379,6 +1379,7 @@ class TestAccountingReports(AccountingTestCase):
request_form['simulation_state'] = ['delivered'] request_form['simulation_state'] = ['delivered']
request_form['show_empty_accounts'] = 0 request_form['show_empty_accounts'] = 0
request_form['expand_accounts'] = 0 request_form['expand_accounts'] = 0
request_form['per_account_class_summary'] = 0
report_section_list = self.getReportSectionList( report_section_list = self.getReportSectionList(
'AccountModule_viewTrialBalanceReport') 'AccountModule_viewTrialBalanceReport')
......
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