Commit 32a96c80 authored by Jérome Perrin's avatar Jérome Perrin

bug fix in last commit; using wrong variable name


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6077 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5cbea64b
......@@ -1815,7 +1815,7 @@ onChange="submitAction(this.form,'%s/portal_selections/setReportRoot')">
items = subfield.get_value('items', **field_kw)
for display, value in items:
if value == attribute_original_value :
attribute_value_tmp = display
attribute_original_value = display
break
# Make sure that attribute value is UTF-8
attribute_value_tmp = attribute_original_value
......
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