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

typo in variable names


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12037 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b6974fa6
......@@ -1821,7 +1821,7 @@ class Catalog(Folder, Persistent, Acquisition.Implicit, ExtensionClass.Base):
from_table_dict = {'catalog' : 'catalog'} # Always include catalog table
if len(kw):
if kw.has_key('select_expression'):
select_expression.append(kw['select_expression'])
select_expression_list.append(kw['select_expression'])
if kw.has_key('group_by_expression'):
group_by_expression_list.append(kw['group_by_expression'])
# Grouping
......
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