Commit 473f74af authored by Nicolas Wavrant's avatar Nicolas Wavrant

erp5_core: new stock.ledger_uid column taken into account in...

erp5_core: new stock.ledger_uid column taken into account in Resource_zGetInventoryList and Resource_zGetMovementHistoryList
parent 6c510537
......@@ -45,6 +45,7 @@ SELECT
<dtml-var stock_table_id>.function_uid as function_uid,
<dtml-var stock_table_id>.project_uid as project_uid,
<dtml-var stock_table_id>.funding_uid as funding_uid,
<dtml-var stock_table_id>.ledger_uid as ledger_uid,
<dtml-var stock_table_id>.payment_request_uid as payment_request_uid,
catalog.path as path
</dtml-if>
......
......@@ -32,6 +32,7 @@ SELECT DISTINCT
stock.function_uid AS function_uid,
stock.project_uid AS project_uid,
stock.funding_uid AS funding_uid,
stock.ledger_uid AS ledger_uid,
stock.payment_request_uid AS payment_request_uid,
stock.node_uid AS node_uid,
stock.section_uid AS section_uid
......
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