Commit 0938ca27 authored by Bartek Górny's avatar Bartek Górny

return select_expression from z_search_result

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9334 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4b97ce35
......@@ -173,6 +173,7 @@ search_mode</string> </value>
SELECT DISTINCT\n
<dtml-in getCatalogSearchResultKeys> <dtml-var sequence-item><dtml-if sequence-end> <dtml-else>, </dtml-if> </dtml-in>\n
<dtml-if select_expression>,<dtml-var select_expression></dtml-if>\n
\n
FROM\n
<dtml-in from_table_list> <dtml-var sequence-item> AS <dtml-var sequence-key><dtml-if sequence-end><dtml-else>,</dtml-if></dtml-in>\n
......@@ -251,6 +252,7 @@ LIMIT 1000\n
SELECT DISTINCT\n
<dtml-in getCatalogSearchResultKeys> <dtml-var sequence-item><dtml-if sequence-end> <dtml-else>, </dtml-if> </dtml-in>\n
<dtml-if select_expression>,<dtml-var select_expression></dtml-if>\n
\n
FROM\n
<dtml-in from_table_list> <dtml-var sequence-item> AS <dtml-var sequence-key><dtml-if sequence-end><dtml-else>,</dtml-if></dtml-in>\n
......
2006-08-11 jerome
* when copy/paste a person, reset the login on the new person for ERP5Security.
2006-08-06 jerome
* remove skins to create module using a scribus file; they are now part of erp5_pdf_editor.
2006-08-22 bartek
* return select_expression from z_search_result
2006-07-21 aurel
* register checked uid in selection in Base_callDialogMethod
......
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