[Erp5-report] r32823 nicolas.dumazet - /erp5/trunk/products/ERP5Type/XMLMatrix.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Feb 19 05:52:38 CET 2010
Author: nicolas.dumazet
Date: Fri Feb 19 05:52:36 2010
New Revision: 32823
URL: http://svn.erp5.org?rev=32823&view=rev
Log:
bugfix
Modified:
erp5/trunk/products/ERP5Type/XMLMatrix.py
Modified: erp5/trunk/products/ERP5Type/XMLMatrix.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/XMLMatrix.py?rev=32823&r1=32822&r2=32823&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/XMLMatrix.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/XMLMatrix.py [utf8] Fri Feb 19 05:52:36 2010
@@ -470,7 +470,7 @@
if portal_type is None:
for x in self.allowedContentTypes():
portal_type_id = x.getId()
- if id.endswith(' Cell'):
+ if portal_type_id.endswith(' Cell'):
portal_type = portal_type_id
break
More information about the Erp5-report
mailing list