From cbd1ef5a712a6922ad00b980ee24e1da5380f9dc Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sun, 30 Dec 2007 15:59:42 -0600 Subject: [PATCH] Fix for bug 1461, checkbox now doesnt display if you cant renew an item Signed-off-by: Joshua Ferraro --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl index 0fc2d0156e..2d7f5b5717 100755 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl @@ -392,11 +392,13 @@ No patron matched + " checked="checked" /> " /> + " checked="checked" style="display: none;" /> ">Check In @@ -432,11 +434,13 @@ No patron matched + " checked="checked" /> " /> + " checked="checked" style="display: none;" /> ">Check In -- 2.39.5