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

Antoine Farnault antoine at koha-fr.org
Fri Jul 21 15:55:58 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Antoine Farnault <toins>	06/07/21 13:55:58

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

Log message:
	use Bull; changed by use Serials;

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/barcodes/label-print-opus-pdf.pl?cvsroot=koha&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/koha/barcodes/label-print-pdf.pl?cvsroot=koha&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/koha/barcodes/label-print.pl?cvsroot=koha&r1=1.3&r2=1.4

Patches:
Index: label-print-opus-pdf.pl
===================================================================
RCS file: /sources/koha/koha/barcodes/label-print-opus-pdf.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- label-print-opus-pdf.pl	19 Jul 2006 01:09:42 -0000	1.1
+++ label-print-opus-pdf.pl	21 Jul 2006 13:55:57 -0000	1.2
@@ -7,7 +7,7 @@
 use CGI;
 use C4::Labels;
 use C4::Auth;
-use C4::Bull;
+use C4::Serials;
 use C4::Output;
 use C4::Interface::CGI::Output;
 use C4::Context;

Index: label-print-pdf.pl
===================================================================
RCS file: /sources/koha/koha/barcodes/label-print-pdf.pl,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- label-print-pdf.pl	19 Jul 2006 01:09:42 -0000	1.13
+++ label-print-pdf.pl	21 Jul 2006 13:55:57 -0000	1.14
@@ -18,7 +18,7 @@
 use CGI;
 use C4::Labels;
 use C4::Auth;
-use C4::Bull;
+use C4::Serials;
 use C4::Output;
 use C4::Interface::CGI::Output;
 use C4::Context;

Index: label-print.pl
===================================================================
RCS file: /sources/koha/koha/barcodes/label-print.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- label-print.pl	19 Jul 2006 01:09:42 -0000	1.3
+++ label-print.pl	21 Jul 2006 13:55:57 -0000	1.4
@@ -3,7 +3,7 @@
 use strict;
 use CGI;
 use C4::Auth;
-use C4::Bull;
+use C4::Serials;
 use C4::Output;
 use C4::Interface::CGI::Output;
 use C4::Context;





More information about the Koha-cvs mailing list