From 8cd7e9f1ab1441cfe2ddfdfdb95aaf640e4d11e3 Mon Sep 17 00:00:00 2001
From: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
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' %]
     <span>VIAF: </span>
     <a href="https://viaf.org/viaf/[% identifier.number | url %]">[% identifier.number | html %]</a>
-[% CASE %][% identifier.source | html %]: [% identifier.number | html %]
 [% END %]
-- 
2.25.1