http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7111
Bug #: 7111
Summary: label-print-pdf.pl creates malformed pdf files due to
duplicate initialization of PDF::Reuse
Classification: Unclassified
Change sponsored?: ---
Product: Koha
Version: rel_3_0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: Label printing
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
Created attachment 6086
--> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6086
remove duplicate PDF::Reuse initialization
on koha 3.0.6, labels/label-print-pdf.pl appears to mistakenly initialize
PDF::Reuse twice (by invoking prInitVars() and prFile() in two different
places).
This causes the output pdf file to always be broken (try passing it to pdfinfo
from poppler-utils).
The attached patch should resolve the issue.
--
Configure bugmail:
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/