Bugzilla – Attachment 48134 Details for
Bug 8352
Add automatic printing of 'hold to pull' notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8352: Fix perlcritic '$pdf_data' is declared but not used
Bug-8352-Fix-perlcritic-pdfdata-is-declared-but-no.patch (text/plain), 730 bytes, created by
Jonathan Druart
on 2016-02-16 14:18:49 UTC
(
hide
)
Description:
Bug 8352: Fix perlcritic '$pdf_data' is declared but not used
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-02-16 14:18:49 UTC
Size:
730 bytes
patch
obsolete
>From f18fa271a2ff3ff23b83df9d081b6eccc00bd0f4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 16 Feb 2016 14:16:43 +0000 >Subject: [PATCH] Bug 8352: Fix perlcritic '$pdf_data' is declared but not used > >--- > Koha/Printer.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/Koha/Printer.pm b/Koha/Printer.pm >index da0385a..f675b6d 100644 >--- a/Koha/Printer.pm >+++ b/Koha/Printer.pm >@@ -58,7 +58,6 @@ sub print { > my ( $ps_fh, $ps_filename ) = File::Temp::tempfile(); > > my $pdf = PDF::FromHTML->new( encoding => 'utf-8' ); >- my $pdf_data; > $pdf->load_file( \$data ); > $pdf->convert(); > $pdf->write_file( $pdf_filename ); >-- >2.7.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 8352
:
10627
|
10766
|
12523
|
13465
|
14394
|
16338
|
16543
|
27127
|
28333
|
28334
|
28335
|
28651
|
28652
|
28653
|
28654
|
36833
|
36834
|
40749
|
40750
|
40751
|
41579
|
41580
|
41581
|
41582
|
41583
|
44359
|
44360
|
44361
|
44362
|
44363
|
45275
|
45276
|
45277
|
45278
|
45279
|
45362
|
45365
|
45651
|
45652
|
45653
|
45654
|
45655
|
45656
|
45657
|
45658
|
45659
|
46878
|
46879
|
46880
|
46881
|
46882
|
46883
|
46884
|
48127
|
48128
|
48129
|
48130
|
48131
|
48132
|
48133
| 48134 |
48135