From 2900835126c160044c03ef363a461fbcc60132b7 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 10 Dec 2019 13:36:19 +0000 Subject: [PATCH] Bug 23957: (follow-up) Disable both place hold buttons This follow-up adds the correct markup to the second of two "Place hold" buttons so that it is disabled when the first is disabled. --- koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt index af40c8f2515..569106a0c7b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -773,7 +773,7 @@ [% IF ( override_required ) %] [% ELSIF ( none_available ) %] - + [% ELSE %] [% IF ( multi_hold ) %] -- 2.11.0