Bugzilla – Attachment 74449 Details for
Bug 9302
Add ability to merge patron records
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9302: Use patron-title.inc
Bug-9302-Use-patron-titleinc.patch (text/plain), 2.32 KB, created by
Kyle M Hall (khall)
on 2018-04-18 15:28:31 UTC
(
hide
)
Description:
Bug 9302: Use patron-title.inc
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-04-18 15:28:31 UTC
Size:
2.32 KB
patch
obsolete
>From 9848ca8afa143919aad12926900c7794c94a720d Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatetsolutions.com> >Date: Wed, 18 Apr 2018 11:18:35 -0400 >Subject: [PATCH] Bug 9302: Use patron-title.inc > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt >index b87ac412f8..6deeae6fc3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt >@@ -70,7 +70,7 @@ > <tr> > <td><input class='keeper' type='radio' name='keeper' value='[% p.id %]' /></td> > <td>[% p.cardnumber | html %]</td> >- <td>[% p.firstname | html %] [% p.surname | html %]</td> >+ <td>[% INCLUDE 'patron-title.inc' patron = p %]</td> > <td>[% p.dateofbirth | $KohaDates %]</td> > <td>[% Categories.GetName( p.categorycode ) %] ([% p.categorycode %])</td> > <td>[% Branches.GetName( p.branchcode ) %]</td> >@@ -95,13 +95,13 @@ > <div class="dialog alert">Merge failed! The following error was reported: [% error %].</div> > [% ELSE %] > <p> >- Patron records merged into <a href="moremember.pl?borrowernumber=[% keeper.id %]">[% keeper.firstname %] [% keeper.surname %] ([% keeper.cardnumber | html %])</a> >+ Patron records merged into <a href="moremember.pl?borrowernumber=[% keeper.id %]">[% INCLUDE 'patron-title.inc' patron = keeper %]</a> > </p> > > [% FOREACH pair IN results.merged.pairs %] > [% SET patron = pair.value.patron %] > >- <h5>[% patron.firstname %] [% patron.surname %] ([% patron.cardnumber %])</h5> >+ <h5>[% INCLUDE 'patron-title.inc' %]</h5> > > [% FOREACH r IN pair.value.updated.pairs %] > [% SET name = r.key %] >-- >2.15.1 (Apple Git-101)
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 9302
:
66615
|
66617
|
68606
|
70474
|
70477
|
70478
|
70479
|
70482
|
70483
|
72082
|
72083
|
73645
|
73646
|
73647
|
73648
|
73649
|
73660
|
73661
|
73662
|
73663
|
73664
|
73668
|
73679
|
74439
|
74440
|
74441
|
74442
|
74443
|
74444
|
74445
|
74446
|
74447
|
74448
| 74449 |
74450
|
74451
|
74585
|
74653