Commit 4c00492c authored by Vincent Pelletier's avatar Vincent Pelletier

erp5_accounting: Drop unhandled ZSQLCatalog parameter.

parent 0208a9c0
......@@ -260,7 +260,6 @@ if from_date or is_pl_account:\n
initial_running_total_price=net_balance,\n
# initial_running_quantity=net_balance, TODO\n
selection_domain=context.portal_selections.getSelectionDomainDictFor(selection_name),\n
selection_domain_join_column=\'section_uid\',\n
sort_on=sort_on,\n
ignore_group_by=True,\n
**params))\n
......@@ -272,7 +271,6 @@ return portal.portal_simulation.getMovementHistoryList(\n
initial_running_total_price=net_balance,\n
# initial_running_quantity=net_balance, TODO\n
selection_domain=context.portal_selections.getSelectionDomainDictFor(selection_name),\n
selection_domain_join_column=\'section_uid\',\n
sort_on=sort_on,\n
ignore_group_by=True,\n
src__=src__,\n
......
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