[Erp5-report] r8389 - /erp5/trunk/products/ERP5/PropertySheet/BusinessTemplate.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Jul 11 13:39:25 CEST 2006
Author: chris
Date: Tue Jul 11 13:39:24 2006
New Revision: 8389
URL: http://svn.erp5.org?rev=8389&view=rev
Log:
- changed provides name to 'provision' (asked by Yoshinori)
Modified:
erp5/trunk/products/ERP5/PropertySheet/BusinessTemplate.py
Modified: erp5/trunk/products/ERP5/PropertySheet/BusinessTemplate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/BusinessTemplate.py?rev=8389&r1=8388&r2=8389&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/BusinessTemplate.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/BusinessTemplate.py Tue Jul 11 13:39:24 2006
@@ -214,7 +214,7 @@
'type' : 'lines',
'mode' : 'w',
'default' : () },
- { 'id' : 'provides',
+ { 'id' : 'provision',
'description' : 'a list of template names provided by this template',
'type' : 'lines',
'mode' : 'w',
More information about the Erp5-report
mailing list