Bugzilla – Attachment 82499 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), 838 bytes, created by
Mark Tompsett
on 2018-11-19 14:13:10 UTC
(
hide
)
Description:
Bug 21853: (follow-up) to solve printpdf error
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2018-11-19 14:13:10 UTC
Size:
838 bytes
patch
obsolete
>From 8376f19f124f4425d5727214b773aac497d10720 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 > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >--- > acqui/basketgroup.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/acqui/basketgroup.pl b/acqui/basketgroup.pl >index e1cba8495b..4cb1be1478 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.11.0
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