Commit 8d08ce5f authored by Romain Courteaud's avatar Romain Courteaud

Populate base_category_id_list, in order to allow category deletion if specified

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24893 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f4991bfb
......@@ -99,6 +99,7 @@ categories_spreadsheet_mapping = context.Base_getCategoriesSpreadSheetMapping(im
\n
for base_category, categories in \\\n
categories_spreadsheet_mapping.items():\n
base_category_id_list.append(base_category)\n
# Create categories\n
total_category_counter += len(categories)\n
for category in categories:\n
......
1038
\ No newline at end of file
1040
\ 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