Commit 3690ac56 authored by Jérome Perrin's avatar Jérome Perrin

fix not initialized variable

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6508 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 995029e8
......@@ -76,6 +76,8 @@ resource = context.getResourceValue()\n
if resource is not None:\n
not_option_base_category_list = resource.getVariationBaseCategoryList(\n
omit_option_base_category=1)\n
else :\n
not_option_base_category_list = ()\n
\n
for item in item_list:\n
# Get value of the item\n
......
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