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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue May 26 09:57:26 CEST 2009


Author: nicolas
Date: Tue May 26 09:57:25 2009
New Revision: 27172

URL: http://svn.erp5.org?rev=27172&view=rev
Log:
ZODB Cache has been renamed

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=27172&r1=27171&r2=27172&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/BusinessTemplate.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/BusinessTemplate.py [utf8] Tue May 26 09:57:25 2009
@@ -868,7 +868,7 @@
           elif obj.meta_type in ('ERP5 Ram Cache',
                                  'ERP5 Distributed Ram Cache',
                                  'ERP5 SQL Cache',
-                                 'ERP5 Zodb Cache',):
+                                 'ERP5 ZODB Cache',):
             assert container.meta_type == 'ERP5 Cache Factory'
             container.getParentValue().updateCache()
            




More information about the Erp5-report mailing list