[Erp5-report] r37837 jerome - in /erp5/trunk/bt5/erp5_accounting: SkinTemplateItem/portal_s...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 16 13:05:23 CEST 2010


Author: jerome
Date: Mon Aug 16 13:05:22 2010
New Revision: 37837

URL: http://svn.erp5.org?rev=37837&view=rev
Log:
When no analytic is configured, 'group_analytic' is not passed by the report dialog.

Modified:
    erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getTrialBalanceReportSectionList.xml
    erp5/trunk/bt5/erp5_accounting/bt/revision

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getTrialBalanceReportSectionList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getTrialBalanceReportSectionList.xml?rev=37837&r1=37836&r2=37837&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getTrialBalanceReportSectionList.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getTrialBalanceReportSectionList.xml [utf8] Mon Aug 16 13:05:22 2010
@@ -101,7 +101,7 @@ if gap_uid_list:\n
                                    default_gap_uid=gap_uid_list)] or -1\n
 \n
 request.set(\'is_accounting_report\', True)\n
-group_analytic = request[\'group_analytic\']\n
+group_analytic = request.get(\'group_analytic\', ())\n
 group_analytic_uid = ()\n
 \n
 extra_columns = ()\n

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=37837&r1=37836&r2=37837&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Mon Aug 16 13:05:22 2010
@@ -1 +1 @@
-1335
\ No newline at end of file
+1336
\ No newline at end of file




More information about the Erp5-report mailing list