From 1d469a1cf8a5283dd2b7db31c12d2c04916b9df5 Mon Sep 17 00:00:00 2001 From: Mason James Date: Thu, 20 Feb 2020 19:04:36 +1300 Subject: [PATCH] Bug 24689: Fix missing 'hold' class regression from BZ 23903 (19.11.x) Content-Type: text/plain; charset="utf-8" this trival patch replaces the missing 'hold' class, regressed in BZ 23903 (19.11.x) this issue have been fixed in master :) test plan.. 1/ apply patch, 2/ observe missing hold class exists (pic attached) --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt index 2ad3ee9d..9a65e14 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt @@ -540,7 +540,7 @@ [% IF Koha.Preference( 'RequestOnOpac' ) == 1 %] [% UNLESS ( SEARCH_RESULT.norequests ) %] [% IF ( Koha.Preference( 'opacuserlogin' ) == 1 ) %] - Place hold + Place hold [% END # / IF opacuserlogin && holdable %] [% END # UNLESS SEARCH_RESULT.norequests %] [% END # IF RequestOnOpac %] -- 2.1.4