From: Jared Camins-Esakov <[email protected]>

Signed-off-by: Tomas Cohen Arazi <[email protected]>
---
 .../en/includes/authorities-search-results.inc     |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc 
b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc
index 92314b1..3defe48 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc
@@ -30,7 +30,7 @@
     [% IF ( summary.summary ) %][% summary.summary %]:[% END %]
     [% UNLESS ( summary.summaryonly ) %]
         [% FOREACH authorize IN summary.authorized %]
-            <span class="authorizedheading">[% authorize %]</span>
+            <span class="authorizedheading">[% authorize.heading %]</span>
         [% END %]
         [% IF ( marcflavour == 'UNIMARC' ) %]
             [% FOREACH note IN summary.notes %]
-- 
1.7.9.5

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to