[Erp5-report] r26430 - /erp5/trunk/products/ERP5/Document/BusinessTemplate.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Apr 15 14:13:33 CEST 2009


Author: fabien
Date: Wed Apr 15 14:13:31 2009
New Revision: 26430

URL: http://svn.erp5.org?rev=26430&view=rev
Log:
no meaning to have non existing icon order_line_icon.gif for Business Template portal type

Modified:
    erp5/trunk/products/ERP5/Document/BusinessTemplate.py

Modified: erp5/trunk/products/ERP5/Document/BusinessTemplate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/BusinessTemplate.py?rev=26430&r1=26429&r2=26430&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/BusinessTemplate.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/BusinessTemplate.py [utf8] Wed Apr 15 14:13:31 2009
@@ -4366,7 +4366,7 @@
          , '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'




More information about the Erp5-report mailing list