Bugzilla – Attachment 7057 Details for
Bug 7407
HidePatronName not working anymore
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 7407: HidePatronName not working on 'on hold for' messages
SIGNED-OFF-Bug-7407-HidePatronName-not-working-on-.patch (text/plain), 1.46 KB, created by
Nicole C. Engard
on 2012-01-05 19:15:25 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 7407: HidePatronName not working on 'on hold for' messages
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2012-01-05 19:15:25 UTC
Size:
1.46 KB
patch
obsolete
>From d064ae7f559da6b99f6cf4ba83d242342e498862 Mon Sep 17 00:00:00 2001 >From: Ian Walls <ian.walls@bywatersolutions.com> >Date: Thu, 5 Jan 2012 14:10:52 -0500 >Subject: [PATCH] [SIGNED-OFF] Bug 7407: HidePatronName not working on 'on hold for' messages > >HidePatronName was not working on 'on hold for' messages, only 'checked out to' >messages. This resulted in the patrons name showing if the item was on hold for >them. > >T:T scope issue; needs to be within itemloo. This patch does that. >Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> >--- > .../prog/en/modules/catalogue/detail.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index dae3ad5..37a5c09 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -339,7 +339,7 @@ function verify_images() { > Item-level hold > [% END %] > [% IF ( canreservefromotherbranches ) %]for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% itemloo.ReservedForBorrowernumber %]"> >- [% IF ( hidepatronname ) %] >+ [% IF ( itemloo.hidepatronname ) %] > [% itemloo.Reservedcardnumber %] > [% ELSE %] > [% itemloo.ReservedForFirstname %] [% itemloo.ReservedForSurname %] >-- >1.7.2.3
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 7407
:
7056
| 7057