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