Bugzilla – Attachment 47197 Details for
Bug 15645
In transit holds do not show as in transit on request.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15645 - In transit holds do not show as in transit on request.pl
Bug-15645---In-transit-holds-do-not-show-as-in-tra.patch (text/plain), 1.27 KB, created by
Kyle M Hall (khall)
on 2016-01-22 16:37:45 UTC
(
hide
)
Description:
Bug 15645 - In transit holds do not show as in transit on request.pl
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-01-22 16:37:45 UTC
Size:
1.27 KB
patch
obsolete
>From b151939dfd77a674822e2321566f0f8ff3a50203 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 22 Jan 2016 16:36:26 +0000 >Subject: [PATCH] Bug 15645 - In transit holds do not show as in transit on > request.pl > >A hold in transit will simply appear as an unfilled hold! > >Test Plan: >1) Place a hold for pickup at a different location >2) Capture that hold for a patron >3) Note you do not see the in transit status on request.pl >4) Apply this patch >5) Refresh the page >6) The hold should now show as in transit! >--- > reserve/request.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/reserve/request.pl b/reserve/request.pl >index 9b37f48..c92b02c 100755 >--- a/reserve/request.pl >+++ b/reserve/request.pl >@@ -551,7 +551,6 @@ foreach my $biblionumber (@biblionumbers) { > $reserve{'firstname'} = $res->borrower()->firstname(); > $reserve{'surname'} = $res->borrower()->surname(); > $reserve{'notes'} = $res->reservenotes(); >- $reserve{'wait'} = $res->is_waiting(); > $reserve{'waiting_date'} = $res->waitingdate(); > $reserve{'waiting_until'} = $res->is_waiting() ? $res->waiting_expires_on() : undef; > $reserve{'ccode'} = $res->item() ? $res->item()->ccode() : undef; >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15645
:
47197
|
47488
|
47502
|
47503
|
47595