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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Mar 16 17:29:17 CET 2010


Author: nicolas
Date: Tue Mar 16 17:29:15 2010
New Revision: 33766

URL: http://svn.erp5.org?rev=33766&view=rev
Log:
typo

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=33766&r1=33765&r2=33766&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/BusinessTemplate.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/BusinessTemplate.py [utf8] Tue Mar 16 17:29:15 2010
@@ -2077,7 +2077,7 @@
     for portal_type in portal_type_list:
       id = portal_type.get('id')
       item_type_list = [item.text for item in portal_type.findall('item')]
-      if self.class_property not in id
+      if self.class_property not in id:
         key = '%s/%s' % (self.class_property, id,)
       else:
         key = id




More information about the Erp5-report mailing list