Bugzilla – Attachment 34349 Details for
Bug 13349
Allow library code to display against users pending changes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 13349 - Allow library code to display against users pending changes -update screen
PASSED-QA-Bug-13349---Allow-library-code-to-displa.patch (text/plain), 2.14 KB, created by
Kyle M Hall (khall)
on 2014-12-12 14:22:06 UTC
(
hide
)
Description:
[PASSED QA] Bug 13349 - Allow library code to display against users pending changes -update screen
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-12-12 14:22:06 UTC
Size:
2.14 KB
patch
obsolete
>From 1339f9295321e077665ac3a2d2df6119271e8c43 Mon Sep 17 00:00:00 2001 >From: David Roberts <david.roberts@ptfs-europe.com> >Date: Wed, 26 Nov 2014 16:25:28 +0000 >Subject: [PATCH] [PASSED QA] Bug 13349 - Allow library code to display against users pending changes -update screen > >http://bugs.koha-community.org/show_bug.cgi?id=13349 > >To test: >Ensure OPACPatronDetails is set to enabled >Apply the patch >Log into the OPAC and update your patron details (address, phone number etc) >Log into the staff client and view pending patron changes. >The branchcode of the library to which the patron belongs should display next to the user's name. > >Followed test plan, works as expected >Signed-off-by: Marc Veron <veron@veron.ch> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/modules/members/members-update.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt >index 9231ef7..6100be6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt >@@ -78,7 +78,7 @@ > <div id="pending_updates"> > [% FOREACH pm IN PendingModifications %] > [% SET borrowernumber = pm.borrowernumber %] >- <h3><a href="#panel_modify_[% pm.borrowernumber %]">[% borrowers.$borrowernumber.surname %], [% borrowers.$borrowernumber.firstname %]</a></h3> >+ <h3><a href="#panel_modify_[% pm.borrowernumber %]">[% borrowers.$borrowernumber.surname %], [% borrowers.$borrowernumber.firstname %]. Library: [% borrowers.$borrowernumber.branchcode %]</a></h3> > <div id="panel_modify_[% pm.borrowernumber %]"> > <div style="background-color:#E6F0F2;padding:.5em;margin:.3em 0;"> > <input type="radio" id="approve_modify_[% pm.borrowernumber %]" name="modify_[% pm.borrowernumber %]" value="approve" /> >-- >1.7.2.5
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 13349
:
33958
|
34074
|
34162
| 34349 |
34350