Bug 34478: Manual fix - acqui/basket.pl - export

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Jonathan Druart 2024-02-22 16:01:01 +01:00
parent 41e8e79b88
commit d57384dbd5
Signed by: jonathan.druart
GPG key ID: A085E712BEF0E0F0

View file

@ -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',