diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/CategoryTool_importCategoryFile.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/CategoryTool_importCategoryFile.xml index b9224fa1c5e0bcf25eb0ee50a3f900575e21fd46..41d0e78c5cf820e8e1a397badd9b7c19b4dec4f9 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/CategoryTool_importCategoryFile.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/CategoryTool_importCategoryFile.xml @@ -105,7 +105,7 @@ if simulation_mode:\n error_list.append(error)\n return True # means continue processing the rest of the document\n else:\n - def invalid_category_spreadsheet_handler(error_type, path, message):\n + def invalid_category_spreadsheet_handler(message):\n # action taken when an invalid spreadsheet is provided.\n # we *raise* a Redirect, because we don\'t want the transaction to succeed\n # note, we could make a dialog parameter to allow import invalid spreadsheet:\n diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index ac3f740c0ff12004ff0cc00860abe0011fc2b979..f21ef0d3471a568e7d5e6c426714fd241fd50235 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -1456 \ No newline at end of file +1457 \ No newline at end of file