Commit c2d18b3f authored by Jérome Perrin's avatar Jérome Perrin

"manually" join with catalog table

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30221 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cbc67a82
......@@ -332,7 +332,7 @@ FROM\n
, catalog as node, catalog as resource\n
\n
WHERE\n
1 = 1\n
<dtml-var stock_table_id>.uid = catalog.uid\n
<dtml-if where_expression>\n
AND <dtml-var where_expression>\n
</dtml-if>\n
......@@ -471,7 +471,7 @@ FROM\n
, catalog as node, catalog as resource\n
\n
WHERE\n
1 = 1\n
<dtml-var stock_table_id>.uid = catalog.uid\n
<dtml-if where_expression>\n
AND <dtml-var where_expression>\n
</dtml-if>\n
......
1356
\ No newline at end of file
1357
\ No newline at end of file
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