From c0cdbed5dae327a9e9d15f8ac5b924f7bc4df2be Mon Sep 17 00:00:00 2001 From: Ian Walls Date: Thu, 5 Jan 2012 14:10:52 -0500 Subject: [PATCH] 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 Signed-off-by: Paul Poulain (cherry picked from commit b08ccda99d23cca5ee9e01bd351cb3605e9201af) Signed-off-by: Chris Nighswonger --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d768ded394..d5933d66db 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -334,7 +334,7 @@ function verify_images() { Item-level hold [% END %] [% IF ( canreservefromotherbranches ) %]for - [% IF ( hidepatronname ) %] + [% IF ( itemloo.hidepatronname ) %] [% itemloo.Reservedcardnumber %] [% ELSE %] [% itemloo.ReservedForFirstname %] [% itemloo.ReservedForSurname %] -- 2.39.5