Bugzilla – Attachment 78509 Details for
Bug 19469
Add ability to split view of holds view on record by pickup library and/or itemtype
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19469: (followup) Use patron-title.inc as proposed by bug 18403
Bug-19469-followup-Use-patron-titleinc-as-proposed.patch (text/plain), 1.39 KB, created by
Kyle M Hall (khall)
on 2018-09-07 11:38:52 UTC
(
hide
)
Description:
Bug 19469: (followup) Use patron-title.inc as proposed by bug 18403
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-09-07 11:38:52 UTC
Size:
1.39 KB
patch
obsolete
>From 2fe2cf26989bbf3d1ec5dfee942b7989d2c2e340 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Mon, 5 Mar 2018 16:10:25 -0300 >Subject: [PATCH] Bug 19469: (followup) Use patron-title.inc as proposed by bug > 18403 > >This patch makes the new template include file use the patron-title.inc >include to render the patron name. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc | 8 +------- > 1 file changed, 1 insertion(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >index 38e14e45b0..4c31ed1bd9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >@@ -87,13 +87,7 @@ > [% END %] > > <td> >- <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% hold.borrowernumber %]" > >- [% IF ( hold.hidename ) %] >- [% hold.cardnumber (hold.borrowernumber) %] >- [% ELSE %] >- [% hold.firstname %] [% hold.surname %] >- [% END %] >- </a> >+ [% INCLUDE 'patron-title.inc' patron=hold.patron hide_patron_infos_if_needed=1 %] > </td> > > <td>[% hold.notes %]</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 19469
:
68166
|
68167
|
68168
|
68169
|
68347
|
68348
|
68609
|
72304
|
72305
|
72441
|
72442
|
72443
|
72501
|
74260
|
74328
|
74329
|
74330
|
74331
|
74332
|
74333
|
74334
|
74909
|
78506
|
78507
|
78508
| 78509 |
78510
|
78511
|
78512
|
78513
|
78526
|
78529
|
78707
|
81828
|
81829