Commit d1bc623d authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

this variable is not used at all.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31847 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 595df9e6
......@@ -2287,7 +2287,6 @@ class ListBoxHTMLRendererLine(ListBoxRendererLine):
if editable_field is not None and sql in editable_column_id_set:
# XXX what if the object does not have uid?
key = '%s_%s' % (editable_field.getId(), self.getUid())
widget_key = editable_field.generate_field_key(key=key)
if has_error: # If there is any error on listbox, we should use what the user has typed
display_value = None
else:
......
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