[Koha-patches] [PATCH 3/3] Bug 10691: Small glitch fixed

Tomas Cohen Arazi tomascohen at gmail.com
Wed Oct 2 17:52:54 CEST 2013


A small glitch prevented 'see from' headings to show.

Sponsored-by: Universidad Nacional de Córdoba
---
 .../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 2ee15db..10559d6 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
@@ -28,7 +28,7 @@
             [% ELSE %]
             <a href="[% searchurl | url %][% heading | html %]">[% heading | html %]</a>
             [% END %]
-        [% ELSIF  ( type=='seealso' ) %]
+        [% ELSE %]
             [% heading | html %]
         [% END %]
         </span>
-- 
1.7.9.5



More information about the Koha-patches mailing list