Bug 29897: Don't display identifier if not in the list
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 2 May 2022 09:24:47 +0000 (11:24 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 9 Aug 2022 13:58:47 +0000 (10:58 -0300)
Requested by QA, see comment 26.

Sponsored-by: Orex Digital
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/opac-tmpl/bootstrap/en/includes/authority-identifiers.inc

index 726e736..55077dd 100644 (file)
@@ -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 %]