From 6c2d047ecbf6d56603d1970b39add0a460ecdba7 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 20 Feb 2014 10:06:36 -0500 Subject: [PATCH] Bug 11801 - In transit hold items incorrectly labels as "Waiting to be pulled" on request.pl If an item needs to be transferred to fill a hold, the hold will be listed as 'Waiting to be pulled" while it is in transit. Test Plan: 1) Place a hold for pickup at another library 2) Check in the item, confirm the hold transfer 3) View the holds for that record ( request.pl ) 4) Note the priority is "In transit" and the status is 'Waiting to be pulled". 5) Apply this patch 6) Reload the holds page 7) Note the status is now "Item being transferred to $branch" Signed-off-by: Nadine Michot --- .../prog/en/modules/reserve/request.tt | 6 +++--- reserve/request.pl | 18 +++++++++++++++++- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt index b084e25..c0aa351 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -657,15 +657,15 @@ function checkMultiHold() { [% reserveloo.expirationdate %] [% IF ( reserveloo.wait ) %] - [% IF ( reserveloo.atdestination ) %] + [% IF ( reserveloo.atdestination ) %] [% IF ( reserveloo.found ) %] Item waiting at [% reserveloo.wbrname %] [% ELSE %] Waiting to be pulled [% END %] - [% ELSE %] + [% ELSE %] Item being transferred to [% reserveloo.wbrname %] - [% END %] + [% END %] [% ELSE %]