From 49829287626b26dc8a7e6f2e02589863f7b0e5d8 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 2 Oct 2012 09:50:18 -0400 Subject: [PATCH] Bug 8449 - Improve wording and styling for "cancelled holds" on Holds Awaiting Pickup screen Content-Type: text/plain; charset="utf-8" Return library name to message about hold requiring transfer. --- .../prog/en/modules/circ/waitingreserves.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt index a77d330..cb18a4a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt @@ -48,7 +48,7 @@ $.tablesorter.addParser({ [% FOREACH cancel_result %] [% IF ( messagetransfert ) %]
-

This item is on hold for pick-up at another library

+

This item is on hold for pick-up at [% branchname %]

[% nextreservtitle %] is on hold for [% nextreservsurname %], [% nextreservfirstname %]. Please retain this item and check it in to process the hold.

-- 1.7.9.5