Commit a7263345 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_accounting] Getting values from REQUEST is compatbile with ERP5JS

parent 67819757
......@@ -26,10 +26,10 @@ for column in portal.portal_selections.getSelectionSortOrder(
continue
sort_on.append((column_id, column[1]))
section_category = kw.get(
section_category = request.get(
'section_category',
portal.portal_preferences.getPreferredAccountingTransactionSectionCategory())
section_category_strict = kw.get(
section_category_strict = request.get(
'section_category_strict',
portal.portal_preferences.getPreferredAccountingSectionCategoryStrict())
......
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