[Koha-cvs] koha/barcodes barcodesGenerator.pl [rel_3_0]

Bruno Toumi btoumi at ouestprovence.fr
Thu Nov 16 11:51:52 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Bruno Toumi <btoumi>	06/11/16 10:51:52

Modified files:
	barcodes       : barcodesGenerator.pl 

Log message:
	bug fix in wrong name syntax for package 
	+ wrong path to this package (Util.pm)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/barcodes/barcodesGenerator.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.5&r2=1.5.2.1

Patches:
Index: barcodesGenerator.pl
===================================================================
RCS file: /sources/koha/koha/barcodes/barcodesGenerator.pl,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -b -r1.5 -r1.5.2.1
--- barcodesGenerator.pl	12 Sep 2005 01:52:41 -0000	1.5
+++ barcodesGenerator.pl	16 Nov 2006 10:51:52 -0000	1.5.2.1
@@ -30,7 +30,7 @@
 use HTML::Template;
 use PDF::API2;
 use PDF::API2::Page;
-use PDF::API2::PDF::Utils;
+use PDF::API2::Util;
 use C4::Barcodes::PrinterConfig;
 use Time::localtime; 
 





More information about the Koha-cvs mailing list