From c91a43ca1f1cbc9b4174ac435428086fc3ed03db Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 27 Feb 2024 08:40:53 -0500 Subject: [PATCH] Bug 36103: Remove the "Cancel hold" link for item level holds This link is broken and doesn't make sense from a UI/UX perspective and thus should be removed. Signed-off-by: Owen Leonard Signed-off-by: Pedro Amorim Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 1 - 1 file changed, 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 1d668cde78..c6a8bba700 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -865,7 +865,6 @@ On hold expected at [% Branches.GetName( itemloo.ExpectedAtLibrary ) | html %] [% END %] [% END %] - Cancel hold [% END # /IF itemloo.nocancel %] [% ELSE %] Not on hold -- 2.39.5