From add94e948be5a194b8ffe0341ee284cbd7c66645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Demians?= Date: Fri, 24 Feb 2012 08:50:16 +0100 Subject: [PATCH] Bug 7590 Cataloging authorities search result page is broken This bug occurs on UNIMARC DB with authorities linked together with TS/TG relations. To reproduce it: - Add a new biblio record - On 610 field, click on the tag editor button to search an authority - In the Authority search window, enter a large search - On the result page, for authorities having relations with other terms, in the Get it! column, you get a mess of TS/TG relations and not more Choose link. --- .../modules/authorities/searchresultlist-auth.tt | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt index 7a118c9..f42753a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt @@ -70,13 +70,7 @@ function jumpfull(page) [% resul.summary %] [% resul.used %] times - [% IF ( resul.repets ) %] - [% FOREACH repet IN resul.repets %] - [% repet.repet %] - [% END %] - [% ELSE %] - choose - [% END %] + choose Edit authority -- 1.7.8