From d57384dbd59bca33e27c066e58e6c31d383ca2d0 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 22 Feb 2024 16:01:01 +0100 Subject: [PATCH] Bug 34478: Manual fix - acqui/basket.pl - export Signed-off-by: Jonathan Druart --- acqui/basket.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acqui/basket.pl b/acqui/basket.pl index c88444c93d..2253532597 100755 --- a/acqui/basket.pl +++ b/acqui/basket.pl @@ -162,7 +162,7 @@ if ( $op eq 'cud-delete_confirm' ) { ); } elsif ( !$bookseller ) { $template->param( NO_BOOKSELLER => 1 ); -} elsif ($op eq 'cud-export') { +} elsif ($op eq 'export') { print $query->header( -type => 'text/csv', -attachment => 'basket' . $basket->{'basketno'} . '.csv', -- 2.39.5