From 23f35b2ed3e36033f2e6f34eb7da8564481b16a5 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 4 Feb 2026 16:43:23 +0000 Subject: [PATCH] Bug 41624: Revert "Bug 35211: Fixed group tab item building logic" This reverts commit 23eb2dbd39ab7f46c19b299cef3db435a9ed4b7e. --- catalogue/detail.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/catalogue/detail.pl b/catalogue/detail.pl index b7b7c16d059..7a7bb592dfe 100755 --- a/catalogue/detail.pl +++ b/catalogue/detail.pl @@ -356,9 +356,7 @@ if ( C4::Context->preference('SeparateHoldingsByGroup') ) { # Get other libraries in group my @other_libs = grep { $_->branchcode ne $branchcode } @all_libs; - my @libs_branchcodes; - push @libs_branchcodes, $branchcode; foreach my $lib (@other_libs) { push @libs_branchcodes, $lib->branchcode; -- 2.39.5