diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_installBusinessTemplateListAction.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_installBusinessTemplateListAction.xml index b5b5a48b94c127de1c1ab4700954cd9eca12b534..c15bf24c5b285cf290b4dc8d75f6fd11dd1eb0aa 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_installBusinessTemplateListAction.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_installBusinessTemplateListAction.xml @@ -72,7 +72,7 @@ for item in listbox:\n bt_title_list = []\n for bt_id in bt_id_list:\n if bt_id not in bt_dict.keys():\n - object_list=[]\n + object_list={}\n else:\n object_list = bt_dict[bt_id]\n bt = context.portal_templates[bt_id]\n diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 60793287064e270db361e0e44b7bb20de80cb99d..cd8e7235104c19c17963664d3f21f0cab4b279af 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -40884 \ No newline at end of file +40885 \ No newline at end of file