Commit d176729a authored by Vincent Pelletier's avatar Vincent Pelletier

fixup! erp5_accounting: Give a None selection_domain instead of an empty dict.

parent 9d29b906
...@@ -228,7 +228,7 @@ return portal.portal_simulation.getMovementHistoryList( ...@@ -228,7 +228,7 @@ return portal.portal_simulation.getMovementHistoryList(
from_date=from_date, from_date=from_date,
initial_running_total_price=net_balance, initial_running_total_price=net_balance,
# initial_running_quantity=net_balance, TODO # initial_running_quantity=net_balance, TODO
selection_domain=context.portal_selections.getSelectionDomainDictFor(selection_name) ir None, selection_domain=context.portal_selections.getSelectionDomainDictFor(selection_name) or None,
sort_on=sort_on, sort_on=sort_on,
ignore_group_by=True, ignore_group_by=True,
src__=src__, src__=src__,
......
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