@@ -, +, @@ basket.pl --- acqui/basket.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/acqui/basket.pl +++ a/acqui/basket.pl @@ -172,7 +172,7 @@ if ( $op eq 'delete_confirm' ) { exit; } elsif ($op eq 'email') { my $err = eval { - SendAlerts( 'orderacquisition', $query->param('basketno'), 'ACQORDER' ); + SendAlerts( 'orderacquisition', scalar $query->param('basketno'), 'ACQORDER' ); }; if ( $@ ) { push @messages, { type => 'error', code => $@ }; --