From b08ccda99d23cca5ee9e01bd351cb3605e9201af 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 --- 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 6238f05fde..6046768401 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 - [% IF ( hidepatronname ) %] + [% IF ( itemloo.hidepatronname ) %] [% itemloo.Reservedcardnumber %] [% ELSE %] [% itemloo.ReservedForFirstname %] [% itemloo.ReservedForSurname %] -- 2.20.1