diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getAccountingLineReportLineList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getAccountingLineReportLineList.xml index 83f08f09bde18ec834a4cc2f4005b9beb344e9e7..178874c72698344875b09d0768f47e617efbee53 100644 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getAccountingLineReportLineList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getAccountingLineReportLineList.xml @@ -74,8 +74,12 @@ if checked_uid_list:\n getObject = portal.portal_catalog.getObject\n delivery_list = [getObject(uid) for uid in checked_uid_list]\n else:\n - delivery_list = \\\n - portal_selections.callSelectionFor(selection_name, context=context)\n + params = portal_selections.getSelectionParamsFor(selection_name)\n + params[\'limit\'] = None # XXX potentially very big report\n + delivery_list = portal_selections.callSelectionFor(\n + selection_name,\n + context=context,\n + params=params)\n \n \n account_reference_cache = dict()\n @@ -280,6 +284,9 @@ return line_list\n <string>_getiter_</string> <string>uid</string> <string>delivery_list</string> + <string>params</string> + <string>None</string> + <string>_write_</string> <string>dict</string> <string>account_reference_cache</string> <string>getAccountReference</string> @@ -296,7 +303,6 @@ return line_list\n <string>node_title</string> <string>node_account_type_title</string> <string>node_financial_section_title</string> - <string>None</string> </tuple> </value> </item> diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision index c73013a35e376f83a7de78abbdc24bee10b76423..f841b1551cee3480ea23e410755201af19c90d7b 100644 --- a/bt5/erp5_accounting/bt/revision +++ b/bt5/erp5_accounting/bt/revision @@ -1 +1 @@ -1244 \ No newline at end of file +1245 \ No newline at end of file