Bugzilla – Attachment 87565 Details for
Bug 22372
Add shelving location to Holds awaiting pickup report
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22372: Add available location to Holds awaiting pickup
Bug-22372-Add-available-location-to-Holds-awaiting.patch (text/plain), 1.86 KB, created by
Katrin Fischer
on 2019-04-08 22:58:43 UTC
(
hide
)
Description:
Bug 22372: Add available location to Holds awaiting pickup
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-04-08 22:58:43 UTC
Size:
1.86 KB
patch
obsolete
>From 861672cd6410168868a729c742e17db08f9f40c5 Mon Sep 17 00:00:00 2001 >From: Matthias Meusburger <matthias.meusburger@biblibre.com> >Date: Tue, 12 Feb 2019 15:33:33 +0100 >Subject: [PATCH] Bug 22372: Add available location to Holds awaiting pickup > >Test plan: > - Go to Circulation, Holds awaiting pickup (circ/waitingreserves.pl) > - Note the additional column for available location. > >Signed-off-by: Jose-Mario Monteiro-Santos <jose-mario.monteiro-santos@inLibro.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc >index 05ecfee17c..7694611778 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc >@@ -1,4 +1,5 @@ > [% USE ItemTypes %] >+[% USE AuthorisedValues %] > <table id="[% table_name | html %]"> > <thead> > <tr> >@@ -8,6 +9,7 @@ > <th>Patron</th> > <th>Home branch</th> > <th>Current location</th> >+ <th>Available location</th> > <th>Call number</th> > <th>Copy number</th> > <th>Enumeration</th> >@@ -37,6 +39,7 @@ > </td> > <td>[% Branches.GetName( reserveloo.item.homebranch ) | html %]</td> > <td>[% Branches.GetName( reserveloo.item.holdingbranch ) | html %]</td> >+ <td>[% AuthorisedValues.GetByCode('LOC', reserveloo.item.location) | html %]</td> > <td>[% reserveloo.item.itemcallnumber | html %]</td> > <td>[% reserveloo.item.copynumber | html %]</td> > <td>[% reserveloo.item.enumchron | html %]</td> >-- >2.11.0
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 22372
:
85285
|
85575
|
86931
| 87565 |
87566