[Koha-patches] [Signed Off] [PATCH] Bug 6462 - Authority type is not displayed in OPAC

Chris Cormack chris at bigballofwax.co.nz
Sun Jun 5 08:29:57 CEST 2011


From: Janusz Kaczmarek <januszop at gmail.com>

Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
---
 .../en/modules/opac-authoritiessearchresultlist.tt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt
index b8c597f..203cf7f 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt
@@ -51,7 +51,7 @@
 					<td>[% resul.summary %]</td>
 
 						<td>
-					[% resul.authtypetext %]
+					[% authtypetext %]
 						</td>
 					[% UNLESS ( resul.isEDITORS ) %]
 						<td>
-- 
1.7.2.2



More information about the Koha-patches mailing list