From 38ebf97034451bd42051b822896dc0a6cc9ea075 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 21 Aug 2020 15:10:18 +0200 Subject: [PATCH] Bug 26265: Add missing xt dir --- Makefile.PL | 1 + catalogue/detail.pl | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index 1fab6ec770..4003f60391 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -383,6 +383,7 @@ my $target_map = { './suggestion' => 'INTRANET_CGI_DIR', './svc' => 'INTRANET_CGI_DIR', './t' => 'NONE', + './xt' => 'NONE', './tags' => 'INTRANET_CGI_DIR', './tmp' => 'NONE', # FIXME need to determine whether # Koha generates any persistent temp files diff --git a/catalogue/detail.pl b/catalogue/detail.pl index 4a2aa3afa7..6125be0e28 100755 --- a/catalogue/detail.pl +++ b/catalogue/detail.pl @@ -494,6 +494,8 @@ if (C4::Context->preference("virtualshelves") ) { # XISBN Stuff if (C4::Context->preference("FRBRizeEditions")==1) { eval { + my @xxx = get_xisbns($isbn, $biblionumber); + use Data::Printer colored => 1; warn p @xxx; $template->param( XISBNS => scalar get_xisbns($isbn, $biblionumber) ); -- 2.20.1