Commit 71bfe2fc authored by Jérome Perrin's avatar Jérome Perrin

use omit_optional_variation instead omit_option_base_category

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27308 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a6bd0a42
......@@ -58,7 +58,7 @@
resource = context.getResourceValue()\n
cell_range = []\n
if resource is not None:\n
base_category_list = resource.getVariationBaseCategoryList(omit_option_base_category=1)\n
base_category_list = resource.getVariationBaseCategoryList(omit_optional_variation=1)\n
\n
for base_category in base_category_list:\n
if matrixbox == 1:\n
......
241
\ No newline at end of file
243
\ No newline at end of file
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