From d22300f2cb278a1b9f055795bc083e6a095c26ab Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 2 May 2022 11:24:47 +0200 Subject: [PATCH] Bug 29897: Don't display identifier if not in the list Requested by QA, see comment 26. Sponsored-by: Orex Digital --- .../opac-tmpl/bootstrap/en/includes/authority-identifiers.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/authority-identifiers.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/authority-identifiers.inc index 726e736c50b..55077ddbb2c 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/authority-identifiers.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/authority-identifiers.inc @@ -14,5 +14,4 @@ [% CASE 'viaf' %] VIAF: [% identifier.number | html %] -[% CASE %][% identifier.source | html %]: [% identifier.number | html %] [% END %] -- 2.25.1