Commit ef8191d8 authored by Jérome Perrin's avatar Jérome Perrin

do not force install when installing business templates from repositories

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7699 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 70cec8c4
......@@ -84,7 +84,7 @@ bt_title_list = []\n
for bt_id in bt_dict.keys():\n
object_list = bt_dict[bt_id]\n
bt = context.portal_templates[bt_id]\n
bt.install(object_to_update=object_list)\n
bt.install(force=0, object_to_update=object_list)\n
bt_title_list.append(bt.getTitle())\n
\n
\n
......
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