Commit ccf5fe96 authored by Jérome Perrin's avatar Jérome Perrin

take into account "preferred section category strict"

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37799 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b9d2bc85
......@@ -77,7 +77,8 @@ for sort_column, sort_order in orig_sort_on:\n
\n
extra_query_keys = {}\n
section_uid = portal.Base_getSectionUidListForSectionCategory(\n
portal.portal_preferences.getPreferredAccountingTransactionSectionCategory())\n
portal.portal_preferences.getPreferredAccountingTransactionSectionCategory(),\n
strict_membership=portal.portal_preferences.getPreferredAccountingSectionCategoryStrict())\n
\n
grouping = dialog_selection_params.get(\'grouping\', \'grouping\')\n
\n
......
1334
\ No newline at end of file
1335
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment