From 5bb91a2b6c074e598243593598de6dc35cb6dc3c Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Sun, 18 Nov 2018 05:36:44 +0000 Subject: [PATCH] Bug 21853: (follow-up) to solve printpdf error Content-Type: text/plain; charset=utf-8 Signed-off-by: Mark Tompsett Signed-off-by: Marcel de Rooy Theoretically this follow-up makes no difference. All modules only export printpdf and now we are just asking explicitly for printpdf. But if it resolves some exception on the rule.. --- acqui/basketgroup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acqui/basketgroup.pl b/acqui/basketgroup.pl index e1cba84..4cb1be1 100755 --- a/acqui/basketgroup.pl +++ b/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; -- 2.1.4