Commit d8c2a45f authored by Fabien Morin's avatar Fabien Morin

no meaning to use resource here. Context is more appropriate

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28014 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 163d851f
......@@ -85,7 +85,7 @@ cell_range = []\n
\n
if matrixbox :\n
if resource is not None:\n
base_category_list = resource.getVariationBaseCategoryList()\n
base_category_list = context.getVariationBaseCategoryList()\n
base_category_list.sort()\n
for base_category in base_category_list:\n
category_cell_range = []\n
......
493
\ No newline at end of file
494
\ 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