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

Bruno Toumi btoumi at ouestprovence.fr
Thu Nov 16 11:36:28 CET 2006


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

Modified files:
	barcodes       : printerConfig.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/printerConfig.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.3&r2=1.3.2.1

Patches:
Index: printerConfig.pl
===================================================================
RCS file: /sources/koha/koha/barcodes/printerConfig.pl,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -b -r1.3 -r1.3.2.1
--- printerConfig.pl	4 Jul 2006 14:36:51 -0000	1.3
+++ printerConfig.pl	16 Nov 2006 10:36:27 -0000	1.3.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::Interface::CGI::Output;
 
 # This function returns the path to deal with the correct files, considering





More information about the Koha-cvs mailing list