[Erp5-report] r28324 - /erp5/trunk/products/ERP5Form/ListBox.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 10 17:37:24 CEST 2009


Author: romain
Date: Mon Aug 10 17:37:24 2009
New Revision: 28324

URL: http://svn.erp5.org?rev=28324&view=rev
Log:
Fix lazyMethod name for isHideRowsOnNoSearchCriterion.

Modified:
    erp5/trunk/products/ERP5Form/ListBox.py

Modified: erp5/trunk/products/ERP5Form/ListBox.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/ListBox.py?rev=28324&r1=28323&r2=28324&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/ListBox.py [utf8] (original)
+++ erp5/trunk/products/ERP5Form/ListBox.py [utf8] Mon Aug 10 17:37:24 2009
@@ -699,7 +699,7 @@
         return 0
     return 1
 
-  hideRowsMissingSearchCriterion = lazyMethod(isHideRowsOnNoSearchCriterion)
+  isHideRowsOnNoSearchCriterion = lazyMethod(isHideRowsOnNoSearchCriterion)
 
   def showStat(self):
     """Return a boolean that represents whether a stat line is displayed or not.




More information about the Erp5-report mailing list