Commit 04d67f7c authored by Aurel's avatar Aurel

fix error in previous commit


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4887 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9d942771
......@@ -1955,7 +1955,7 @@ class CatalogResultKeyTemplateItem(BaseTemplateItem):
if not force:
action = update_dict[key]
if action == 'nothing':
continue
return
for key in keys:
if key not in sql_search_result_keys:
sql_search_result_keys.append(key)
......@@ -2153,7 +2153,7 @@ class CatalogResultTableTemplateItem(BaseTemplateItem):
if not force:
action = update_dict[key]
if action == 'nothing':
continue
return
for key in keys:
if key not in sql_search_tables:
sql_search_tables.append(key)
......
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