Bug 8449 - Improve wording and styling for "cancelled holds" on Holds Awaiting Pickup...
authorOwen Leonard <oleonard@myacpl.org>
Tue, 2 Oct 2012 13:50:18 +0000 (09:50 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 5 Oct 2012 08:44:51 +0000 (10:44 +0200)
Return library name to message about hold requiring transfer.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt

index a77d330..cb18a4a 100644 (file)
@@ -48,7 +48,7 @@ $.tablesorter.addParser({
         [% FOREACH cancel_result %]
             [% IF ( messagetransfert ) %]
                 <div class="dialog message">
-                    <h2>This item is on hold for pick-up at another library</h2>
+                    <h2>This item is on hold for pick-up at [% branchname %]</h2>
                     <p><strong>[% nextreservtitle %]</strong> is on hold for <strong> [% nextreservsurname %], [% nextreservfirstname %]</strong>.
                     Please retain this item and check it in to process the hold.
                     </p>