From 098d3a45636eabdcd9ed381088c8177b9b3451a6 Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Mon, 10 Aug 2009 15:37:24 +0000 Subject: [PATCH] Fix lazyMethod name for isHideRowsOnNoSearchCriterion. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28324 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Form/ListBox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Form/ListBox.py b/product/ERP5Form/ListBox.py index e290d44754..b891075c11 100644 --- a/product/ERP5Form/ListBox.py +++ b/product/ERP5Form/ListBox.py @@ -699,7 +699,7 @@ class ListBoxRenderer: 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. -- 2.30.9