Bugzilla – Attachment 55795 Details for
Bug 17331
Show holding branch in holds awaiting pickup report
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 17331 - Show holding branch in holds awaiting pickup report
PASSED-QA-Bug-17331---Show-holding-branch-in-holds.patch (text/plain), 3.63 KB, created by
Katrin Fischer
on 2016-09-25 12:21:40 UTC
(
hide
)
Description:
[PASSED QA] Bug 17331 - Show holding branch in holds awaiting pickup report
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-09-25 12:21:40 UTC
Size:
3.63 KB
patch
obsolete
>From 5531c01e5241138901fad71c5e63e0eb595b26c1 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 21 Sep 2016 23:09:55 +0000 >Subject: [PATCH] [PASSED QA] Bug 17331 - Show holding branch in holds awaiting > pickup report > >This patch adds a holdingbranch column to waitingreseves.tt and >separates 'Location' into Home branch and callnumber columns > >To test: >1 - Have some holds waiting and holds over >2 - View the report before the patch >3 - Note that location contains homebranch and call number >4 - View the report after the patch >5 - Note the new columns >6 - Ensure data is correct and no info has been lost > >Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> >Works as advertised > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >Fixed 2 capitalization issues. >--- > .../prog/en/modules/circ/waitingreserves.tt | 16 ++++++++++++---- > 1 file changed, 12 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt >index a3966f1..2199b67 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt >@@ -85,7 +85,9 @@ > <th class="title-string">Available since</th> > <th class="anti-the">Title</th> > <th>Patron</th> >- <th>Location</th> >+ <th>Home branch</th> >+ <th>Current location</th> >+ <th>Call number</th> > <th>Copy number</th> > <th>Enumeration</th> > <th>Action</th> >@@ -104,7 +106,9 @@ > [% IF ( reserveloo.borrowermail ) %]<br /><a href="mailto:[% reserveloo.borrowermail %]?subject=Hold waiting: [% reserveloo.title %]"> > [% reserveloo.borrowermail %]</a>[% END %] > </td> >- <td>[% Branches.GetName( reserveloo.homebranch ) %]<br />[% reserveloo.itemcallnumber %]</td> >+ <td>[% Branches.GetName( reserveloo.homebranch ) %]</td> >+ <td>[% Branches.GetName( reserveloo.holdingbranch ) %]</td> >+ <td>[% reserveloo.itemcallnumber %]</td> > <td>[% reserveloo.copynumber %]</td> > <td>[% reserveloo.enumchron %]</td> > <td> >@@ -147,7 +151,9 @@ > <th class="title-string">Available since</th> > <th class="anti-the">Title</th> > <th>Patron</th> >- <th>Location</th> >+ <th>Home branch</th> >+ <th>Current location</th> >+ <th>Call number</th> > <th>Copy number</th> > <th>Enumeration</th> > <th>Action</th> >@@ -165,7 +171,9 @@ > [% IF ( overloo.borrowermail ) %]<a href="mailto:[% overloo.borrowermail %]?subject=Reservation: [% overloo.title |url %]"> > [% overloo.borrowermail %]</a>[% END %] > </td> >- <td>[% Branches.GetName( overloo.homebranch ) %] [% overloo.itemcallnumber %]</td> >+ <td>[% Branches.GetName( overloo.homebranch ) %]</td> >+ <td>[% Branches.GetName( overloo.holdingbranch ) %]</td> >+ <td>[% overloo.itemcallnumber %]</td> > <td>[% overloo.copynumber %]</td> > <td>[% overloo.enumchron %]</td> > <td><form name="cancelReserve" action="waitingreserves.pl" method="post"> >-- >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 17331
:
55767
|
55774
| 55795