[Erp5-report] r12675 - /erp5/trunk/products/ZSQLCatalog/SQLCatalog.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 13 17:32:20 CET 2007


Author: ivan
Date: Tue Feb 13 17:32:10 2007
New Revision: 12675

URL: http://svn.erp5.org?rev=12675&view=rev
Log:
Bad identation introduced by me fixed.

Modified:
    erp5/trunk/products/ZSQLCatalog/SQLCatalog.py

Modified: erp5/trunk/products/ZSQLCatalog/SQLCatalog.py
URL: http://svn.erp5.org/erp5/trunk/products/ZSQLCatalog/SQLCatalog.py?rev=12675&r1=12674&r2=12675&view=diff
==============================================================================
--- erp5/trunk/products/ZSQLCatalog/SQLCatalog.py (original)
+++ erp5/trunk/products/ZSQLCatalog/SQLCatalog.py Tue Feb 13 17:32:10 2007
@@ -1371,7 +1371,7 @@
             # We will check if there is an filter on this
             # method, if so we may not call this zsqlMethod
             # for this object
-	    portal_type = object.getPortalType()
+            portal_type = object.getPortalType()
             if type_list and portal_type not in type_list:
               continue
             elif expression is not None:




More information about the Erp5-report mailing list