Commit 9529f375 authored by Vincent Pelletier's avatar Vincent Pelletier

Select some more columns which are needed by inventory optimisation code in...

Select some more columns which are needed by inventory optimisation code in the final result merge pass.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16765 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2a6dd346
......@@ -278,8 +278,10 @@ SELECT\n
</dtml-if>\n
<dtml-if inventory_list>\n
,node.title AS node_title,\n
node.uid AS node_uid,\n
node.relative_url AS node_relative_url,\n
section.title AS section_title,\n
section.uid AS section.uid,\n
section.relative_url AS section_relative_url,\n
resource.title AS resource_title,\n
resource.relative_url AS resource_relative_url,\n
......@@ -399,8 +401,10 @@ SELECT\n
</dtml-if>\n
<dtml-if inventory_list>\n
,node.title AS node_title,\n
node.uid AS node_uid,\n
node.relative_url AS node_relative_url,\n
section.title AS section_title,\n
section.uid AS section_uid,\n
section.relative_url AS section_relative_url,\n
resource.title AS resource_title,\n
resource.relative_url AS resource_relative_url,\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