diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/ERP5Accounting_getParams.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/ERP5Accounting_getParams.xml index 820aa802adb824c5db44fa7ff081feded5908b95..40761d5428847eebd3597964e22d52892382d308 100644 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/ERP5Accounting_getParams.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/ERP5Accounting_getParams.xml @@ -100,7 +100,8 @@ if at_date:\n section_category = selection_params.get(\'section_category\',\n preference.getPreferredAccountingTransactionSectionCategory())\n if section_category:\n - params[\'section_uid\'] = context.Base_getSectionUidListForSectionCategory(section_category)\n + params[\'section_uid\'] = context.Base_getSectionUidListForSectionCategory(section_category,\n + preference.isPreferredAccountingSectionCategoryStrict())\n currency = context.Base_getCurrencyForSection(section_category)\n # getQuantityPrecisionFromResource is defined on Base, but the portal is not \n # an instance of Base, so we call it on portal_simulation because it is\n diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision index 22028e1f0ca517d71fd69ddb2cd36b3df427e90a..c7297bcdd97b543794852c822b11ca6488b61f9d 100644 --- a/bt5/erp5_accounting/bt/revision +++ b/bt5/erp5_accounting/bt/revision @@ -1 +1 @@ -1289 \ No newline at end of file +1290 \ No newline at end of file