Commit 098d3a45 authored by Romain Courteaud's avatar Romain Courteaud

Fix lazyMethod name for isHideRowsOnNoSearchCriterion.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28324 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 62f8fb72
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment