@@ -, +, @@ --- acqui/basketgroup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/acqui/basketgroup.pl +++ a/acqui/basketgroup.pl @@ -131,7 +131,7 @@ sub printbasketgrouppdf{ $pdfformat = "Koha::$pdfformat"; my $pdfformat_filepath = File::Spec->catfile(split /::/, $pdfformat) . '.pm'; require $pdfformat_filepath; - import $pdfformat; + import $pdfformat qw(printpdf); } else { print $input->header; --