[Koha-cvs] koha/catalogue detail.pl

Antoine Farnault antoine at koha-fr.org
Fri Jul 21 12:12:56 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Antoine Farnault <toins>	06/07/21 10:12:56

Modified files:
	catalogue      : detail.pl 

Log message:
	fix broken link. Bull -->Serials

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/catalogue/detail.pl?cvsroot=koha&r1=1.4&r2=1.5

Patches:
Index: detail.pl
===================================================================
RCS file: /sources/koha/koha/catalogue/detail.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- detail.pl	12 Jul 2006 17:18:30 -0000	1.4
+++ detail.pl	21 Jul 2006 10:12:56 -0000	1.5
@@ -3,7 +3,7 @@
 require Exporter;
 use CGI;
 use C4::Auth;
-use C4::Bull; #uses getsubscriptionfrom biblionumber
+use C4::Serials; #uses getsubscriptionfrom biblionumber
 use C4::Interface::CGI::Output;
 use HTML::Template;
 use C4::Biblio;





More information about the Koha-cvs mailing list