From 49981cd01706c977ebbc363660e3f549058e2e60 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 20 Apr 2011 13:41:34 -0400 Subject: [PATCH] Fix for Bug 6238 - Checkboxes in staff's list view are missing Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack --- .../intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt index d6ffbcf03f..103757c736 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ -182,7 +182,7 @@ function placeHold () { [% ELSE %] [% END %] - [% IF ( itemsloo.manageshelf ) %] + [% IF ( manageshelf ) %] [% IF ( itemsloo.confirm ) %] -- 2.20.1