diff --git a/product/ERP5/Document/BusinessTemplate.py b/product/ERP5/Document/BusinessTemplate.py
index 37db646ce1c8369666e330fdb47f821eac7be493..1c6ab71c82b33e1c5ffcb31c5bfaac95c567496d 100644
--- a/product/ERP5/Document/BusinessTemplate.py
+++ b/product/ERP5/Document/BusinessTemplate.py
@@ -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'