From e75d92eb34a18c67960871f604e6a727e857bcfc 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 Signed-off-by: David Nind --- 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 feee22d125..749d028369 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt @@ -263,7 +263,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