Bug 34913: Fix perlcritic for VirtualShelves.pm

C4/Utils/DataTables/VirtualShelves.pm: "@order_by" is declared but not used at line 86, column 9.  Unused variables clutter code and make it harder to read.  (Severity: 3)

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Jonathan Druart 2024-01-29 10:41:56 +01:00 committed by Katrin Fischer
parent 1f5d1beddd
commit 0c96e57b0c
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -83,7 +83,6 @@ sub search {
if ($order_by) {
my @order_by;
$order_by =~ s|shelfnumber|vs.shelfnumber|;
my @sanitized_orderbys;
for my $order ( split ',', $order_by ) {