Bugzilla – Attachment 85285 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-awaiti.patch (text/plain), 1.66 KB, created by
Matthias Meusburger
on 2019-02-19 15:51:20 UTC
(
hide
)
Description:
Bug 22372 - Add available location to Holds awaiting pickup
Filename:
MIME Type:
Creator:
Matthias Meusburger
Created:
2019-02-19 15:51:20 UTC
Size:
1.66 KB
patch
obsolete
>From 6c114554329efb72f9e75a4cb8fbcce9bdd2e3ac 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. >--- > 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 05ecfee..7694611 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.7.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 22372
:
85285
|
85575
|
86931
|
87565
|
87566