Commit b75cb97e authored by Aurel's avatar Aurel

remove comment from some line code


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4942 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 12c18c6b
......@@ -3568,8 +3568,8 @@ Business Template is a set of definitions, such as skins, portal types and categ
id = prop['id']
if id in ('id', 'uid', 'rid', 'sid', 'id_group', 'last_id', 'install_object_list_list'):
continue
# if id in ('template_update_business_template_workflow', 'template_update_tool') and self.getTitle() != 'erp5_core':
# continue
if id in ('template_update_business_template_workflow', 'template_update_tool') and self.getTitle() != 'erp5_core':
continue
value = self.getProperty(id)
if prop_type in ('text', 'string', 'int', 'boolean'):
bta.addObject(obj=value, name=id, path=path+os.sep+'bt', ext='')
......
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