Bugzilla – Attachment 82546 Details for
Bug 21853
Internal software error when exporting basket group as PDF with Perl > 5.24.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21853: (follow-up) to solve printpdf error
Bug-21853-follow-up-to-solve-printpdf-error.patch (text/plain), 1.09 KB, created by
Marcel de Rooy
on 2018-11-20 14:07:33 UTC
(
hide
)
Description:
Bug 21853: (follow-up) to solve printpdf error
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2018-11-20 14:07:33 UTC
Size:
1.09 KB
patch
obsolete
>From 5bb91a2b6c074e598243593598de6dc35cb6dc3c Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >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 <mtompset@hotmail.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 21853
:
82422
|
82425
|
82498
|
82499
|
82545
| 82546