From 32ca2b2fd9ae2e5add8685b87b3b9b7d0cacd55d Mon Sep 17 00:00:00 2001 From: Andrew Nugged Date: Mon, 1 Nov 2021 09:07:03 +0200 Subject: [PATCH] Bug 28959: (QA follow-up) One more lost 'category' to 'public' change Signed-off-by: Jonathan Druart --- catalogue/detail.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalogue/detail.pl b/catalogue/detail.pl index f5d9582da9..bc28f29cc1 100755 --- a/catalogue/detail.pl +++ b/catalogue/detail.pl @@ -521,7 +521,7 @@ if (C4::Context->preference("virtualshelves") ) { my $shelves = Koha::Virtualshelves->search( { biblionumber => $biblionumber, - category => 2, + public => 1, }, { join => 'virtualshelfcontents', -- 2.39.5