From 629f1455951c0428822e9ea0c565c52fdf928f24 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 7 Aug 2020 18:17:49 +0000 Subject: [PATCH] Bug 26184: Add html element to note in OPAC reserve template --- 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.11.0