From 6dbbd46149e951473d00700916b31ab209682883 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 7 Aug 2020 18:17:49 +0000 Subject: [PATCH] Bug 26184: Add div element to 'items available' note in OPAC reserve template Signed-off-by: David Nind Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart (cherry picked from commit bc61f27b2203d8f7f0dadbf7a13bb4c66e346244) Signed-off-by: Lucas Gass --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt index 8a05f6c454..20cd766fe0 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt @@ -257,7 +257,7 @@ [% END %] [% IF at_least_one_library_not_available_for_pickup %] -
Note: Library policy does not allow hold/pickup of an item available locally. Please come to the library to retrieve these items +
Note: Library policy does not allow hold/pickup of an item available locally. Please come to the library to retrieve these items
[% END %] [% END # / UNLESS bibitemloo.holdable %] -- 2.39.5