From 3d9c8bacf91ea28d714cb37698d8eae17f7ea9a0 Mon Sep 17 00:00:00 2001
From: Fabien Morin <fabien@nexedi.com>
Date: Wed, 15 Apr 2009 12:13:31 +0000
Subject: [PATCH] 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
---
 product/ERP5/Document/BusinessTemplate.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5/Document/BusinessTemplate.py b/product/ERP5/Document/BusinessTemplate.py
index 37db646ce1..1c6ab71c82 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'
-- 
2.30.9