]> git.koha-community.org Git - koha.git/commit
Bug 26133: Remove GetMarc* calls in detail.pl
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 4 Aug 2020 11:54:28 +0000 (13:54 +0200)
committerLucas Gass <lucas@bywatersolutions.com>
Thu, 13 Aug 2020 18:06:29 +0000 (18:06 +0000)
commit725e605f8e2831195a34c5b3ca99d14b5374fe63
treecc23d65a4eacaf553fedb2f748bd1a66e13b21c1
parentf132aa4b3071f3a551475ecbdfd3f4d2bec5cf14
Bug 26133: Remove GetMarc* calls in detail.pl

There are several calls in catalogue/detail.pl that can be removed:
GetMarcISBN, GetMarcAuthors, GetMarcSubjects, GetMarcSeries, GetMarcUrls and GetMarcHosts
They pass a variable to the template that is never used.

Test plan:
Confirm that this TT variable is never used.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 5c190388ae1b69889e28c2dae80e0d9ea9baff1a)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
catalogue/detail.pl
opac/opac-detail.pl