Commit 206fa603 authored by Vincent Pelletier's avatar Vincent Pelletier

erp5_accounting: Revert "Remove table name from selected column aliases."

This reverts only one hunk of the original commit, as this part causes a
regression not trivial to fix.
parent 1a9f1eb0
......@@ -98,7 +98,7 @@ select_dict['total_credit'] = None
# Without this, ColumnMapper would choose to use accounting_transaction.reference, because a lot of
# columns from that table are used. But it does not realise there is no portal_type column *and*
# a (portal_type, reference) index exists on catalog.
select_dict['reference'] = 'catalog.reference'
select_dict['catalog.reference'] = None
select_dict['specific_reference'] = None
select_dict['project_uid'] = None
select_dict['payment_uid'] = None
......
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