From 0947ace3c37483b673ebabad1363ca747501de02 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 3 Jul 2020 14:29:07 +0000 Subject: [PATCH] Bug 25924: Remove broken link from detail page Coce image This patch removes the broken link around the Coce image on the bibliographic detail page in the staff interface. Even a working link to the detail page from the detail page isn't useful. To test you must have Coce configured and enabled in the staff client. Apply the patch and view the bibliographic detail page in the staff interface for a record which has a Coce cover image. The Coce image should not be linked to anything. --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 -- 1 file changed, 2 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 efbf34fb5d..acc936cfcf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -153,13 +153,11 @@ [% END %] [% IF ( IntranetCoce && CoceProviders ) %] [% coce_id = normalized_ean || normalized_isbn %] - [% IF ( coce_id ) %] [% ELSE %] No cover image available [% END %] - [% END %] [% IF Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL') %] -- 2.11.0