From ca12d871c7d4936d634ac90def1ca31bd12eb395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Fri, 2 Nov 2007 10:12:51 +0000 Subject: [PATCH] '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 --- product/ERP5/tests/testAccountingReports.py | 1 + 1 file changed, 1 insertion(+) diff --git a/product/ERP5/tests/testAccountingReports.py b/product/ERP5/tests/testAccountingReports.py index 90bbe3a2a6..82052f63ab 100644 --- a/product/ERP5/tests/testAccountingReports.py +++ b/product/ERP5/tests/testAccountingReports.py @@ -1379,6 +1379,7 @@ class TestAccountingReports(AccountingTestCase): request_form['simulation_state'] = ['delivered'] request_form['show_empty_accounts'] = 0 request_form['expand_accounts'] = 0 + request_form['per_account_class_summary'] = 0 report_section_list = self.getReportSectionList( 'AccountModule_viewTrialBalanceReport') -- 2.30.9