Commit 3d9c8bac authored by Fabien Morin's avatar Fabien Morin

no meaning to have non existing icon order_line_icon.gif for Business Template portal type


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26430 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 64429a89
......@@ -4366,7 +4366,7 @@ class BusinessTemplate(XMLObject):
, 'meta_type' : meta_type
, 'description' : """\
Business Template is a set of definitions, such as skins, portal types and categories. This is used to set up a new ERP5 site very efficiently."""
, 'icon' : 'order_line_icon.gif'
, 'icon' : 'file_icon.gif'
, 'product' : 'ERP5Type'
, 'factory' : 'addBusinessTemplate'
, 'immediate_view' : 'BusinessTemplate_view'
......
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