Bug 34478: Manual fix - acqui/basket.pl - export
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
41e8e79b88
commit
d57384dbd5
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue