[Koha-cvs] koha/barcodes label-print-pdf.pl

Mason James szrj1m at yahoo.com
Fri Jul 7 05:35:00 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Mason James <sushi>	06/07/07 03:35:00

Modified files:
	barcodes       : label-print-pdf.pl 

Log message:
	removed pdf::table declaration, not needed anymore.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/barcodes/label-print-pdf.pl?cvsroot=koha&r1=1.7&r2=1.8

Patches:
Index: label-print-pdf.pl
===================================================================
RCS file: /sources/koha/koha/barcodes/label-print-pdf.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- label-print-pdf.pl	6 Jul 2006 06:00:19 -0000	1.7
+++ label-print-pdf.pl	7 Jul 2006 03:34:59 -0000	1.8
@@ -9,6 +9,7 @@
 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 @@
 
 #----------------------------------------------------------------------------
 
-use PDF::Table;
-use Acme::Comment;
 
 $file = "$htdocs_path/barcodes/new.pdf";
-use PDF::Report;
 
 my $pdf = new PDF::Report( File => $file );
 





More information about the Koha-cvs mailing list