From 0ec545756380872fae98df2dd8d5d9800bd9678e Mon Sep 17 00:00:00 2001 From: sushi Date: Fri, 7 Jul 2006 03:34:59 +0000 Subject: [PATCH] removed pdf::table declaration, not needed anymore. --- barcodes/label-print-pdf.pl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/barcodes/label-print-pdf.pl b/barcodes/label-print-pdf.pl index fddb8b4b4e..990dc3e764 100755 --- a/barcodes/label-print-pdf.pl +++ b/barcodes/label-print-pdf.pl @@ -9,6 +9,7 @@ use C4::Context; use HTML::Template; use PDF::Reuse; use PDF::Reuse::Barcode; +use PDF::Report; my $htdocs_path = C4::Context->config('intrahtdocs'); my $cgi = new CGI; @@ -156,11 +157,8 @@ prEnd(); #---------------------------------------------------------------------------- -use PDF::Table; -use Acme::Comment; $file = "$htdocs_path/barcodes/new.pdf"; -use PDF::Report; my $pdf = new PDF::Report( File => $file ); -- 2.20.1