[Koha-patches] [PATCH] [SIGNED-OFF] Fix for Bug 6238 - Checkboxes in staff's list view are missing

Nicole C. Engard nengard at bywatersolutions.com
Wed Apr 20 19:41:34 CEST 2011


From: Owen Leonard <oleonard at myacpl.org>


Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
---
 .../prog/en/modules/virtualshelves/shelves.tt      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 e4db620..afe035e 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 %]
 			<tr>
 			[% END %]
-			[% IF ( itemsloo.manageshelf ) %]
+			[% IF ( manageshelf ) %]
 			<td>
 				[% IF ( itemsloo.confirm ) %]
 				<input type="hidden"   name="CONFIRM-[% itemsloo.confirm %]" />
-- 
1.7.2.3



More information about the Koha-patches mailing list