Bugzilla – Attachment 74750 Details for
Bug 19855
Move the "alert" code to Koha::Subscription
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19855: Use patron-title to display patron's info
Bug-19855-Use-patron-title-to-display-patrons-info.patch (text/plain), 1.25 KB, created by
Jonathan Druart
on 2018-04-23 16:08:19 UTC
(
hide
)
Description:
Bug 19855: Use patron-title to display patron's info
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-04-23 16:08:19 UTC
Size:
1.25 KB
patch
obsolete
>From 1fb986da983fa7cbd636605472f6647c8aade62e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 23 Apr 2018 13:07:48 -0300 >Subject: [PATCH] Bug 19855: Use patron-title to display patron's info > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt >index 00a3f5be4a..01f4edca3a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt >@@ -26,8 +26,9 @@ > </tr> > [% FOREACH subscriber IN subscribers %] > <tr> >- [%# FIXME use patron-title when 18403 will be pushed %] >- <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% subscriber.borrowernumber %]">[% subscriber.firstname %] [% subscriber.surname %]</a></td> >+ <td> >+ <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% subscriber.borrowernumber %]">[% INCLUDE 'patron-title.inc' patron=subscriber %]</a> >+ </td> > </tr> > [% END %] > </table> >-- >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 19855
:
69970
|
69971
|
69972
|
69973
|
69974
|
73621
|
73622
|
73623
|
73624
|
73625
|
74611
|
74612
|
74613
|
74614
|
74615
|
74688
|
74689
|
74690
|
74691
|
74692
| 74750