Bugzilla – Attachment 83919 Details for
Bug 19770
Add cardnumber to holds awaiting pickup screen and add classes to borrower info
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19770: Add cardnumber and CSS classed to patron info on waiting holds
Bug-19770-Add-cardnumber-and-CSS-classed-to-patron.patch (text/plain), 2.58 KB, created by
Katrin Fischer
on 2019-01-14 21:32:59 UTC
(
hide
)
Description:
Bug 19770: Add cardnumber and CSS classed to patron info on waiting holds
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-01-14 21:32:59 UTC
Size:
2.58 KB
patch
obsolete
>From f813b3702d0da51a711d6cd39dc7cbaaf37c0e56 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 14 Jan 2019 06:21:39 +0000 >Subject: [PATCH] Bug 19770: Add cardnumber and CSS classed to patron info on > waiting holds > >Patch makes use fo patron-string.inc for displaying the patron information >on the waiting holds report. > >It also adds spans with classes for phone and email. > >To Test: >1 - View the holds awaiting pickup report >2 - Note there is no cardnumber for the patron >3 - Apply patch >4 - Cardnumber shows now >5 - Verify the same works for 'Holds over' tab >--- > koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >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 edfea09515..05ecfee17c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc >@@ -28,11 +28,11 @@ > [% END %] > <br />Barcode: [% reserveloo.item.barcode | html %] > </td> >- <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% reserveloo.borrower.borrowernumber | uri %]">[% reserveloo.borrower.surname | html %], [% reserveloo.borrower.firstname | html %]</a> >- [% IF ( reserveloo.borrower.phone ) %]<br />[% reserveloo.borrower.phone | html %][% END %] >+ <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% reserveloo.borrower.borrowernumber | uri %]">[% INCLUDE 'patron-title.inc' patron=reserveloo.borrower %]</a> >+ [% IF ( reserveloo.borrower.phone ) %]<br /><span class="patron_phone">[% reserveloo.borrower.phone | html %]</span>[% END %] > [% IF ( reserveloo.borrower.first_valid_email_address ) %] >- <br /><a href="mailto:[% reserveloo.borrower.first_valid_email_address | uri %]?subject=[% "Hold waiting: " | uri %][% reserveloo.biblio.title | uri %]"> >- [% reserveloo.borrower.first_valid_email_address | html %]</a> >+ <span class="patron_email"><br /><a href="mailto:[% reserveloo.borrower.first_valid_email_address | uri %]?subject=[% "Hold waiting: " | uri %][% reserveloo.biblio.title | uri %]"> >+ [% reserveloo.borrower.first_valid_email_address | html %]</a></span> > [% END %] > </td> > <td>[% Branches.GetName( reserveloo.item.homebranch ) | 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 19770
:
69607
|
69612
|
83919
|
84224
|
84270