[Erp5-report] r17357 - /erp5/trunk/products/ERP5/tests/testAccountingReports.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Nov 2 11:12:51 CET 2007
Author: jerome
Date: Fri Nov 2 11:12:51 2007
New Revision: 17357
URL: http://svn.erp5.org?rev=17357&view=rev
Log:
'per_account_class_summary' must be in request
Modified:
erp5/trunk/products/ERP5/tests/testAccountingReports.py
Modified: erp5/trunk/products/ERP5/tests/testAccountingReports.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testAccountingReports.py?rev=17357&r1=17356&r2=17357&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testAccountingReports.py (original)
+++ erp5/trunk/products/ERP5/tests/testAccountingReports.py Fri Nov 2 11:12:51 2007
@@ -1379,6 +1379,7 @@
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')
More information about the Erp5-report
mailing list