From a524a649dbbd7a1dffae7732b6310d2ca7c54285 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 6 Jun 2011 23:32:28 +0200 Subject: [PATCH] Bug 642: HidePatronName on detail page broken Content-Type: text/plain; charset="utf-8" TT issue To test: - Check out an item to a patron - Go to detail page of the title in intranet - Normal view will show cardnumber when HidePatronName is activated - Normal view will show patron's name, when HidePatronName is off Hold page was not broken. http://bugs.koha-community.org/show_bug.cgi?id=6472 --- .../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 97cb22c..39c2cd3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -273,7 +273,7 @@ function verify_images() { Checked out [% UNLESS ( itemloo.NOTSAMEBRANCH ) %] to - [% IF ( hidepatronname ) %] + [% IF ( itemloo.hidepatronname ) %] [% itemloo.cardnumber %] [% ELSE %] [% itemloo.firstname %] [% itemloo.surname %] -- 1.7.4.1