From 78955749dfb442469b7a569a7d90bac91aa5ef66 Mon Sep 17 00:00:00 2001 From: toins Date: Fri, 21 Jul 2006 10:12:56 +0000 Subject: [PATCH] fix broken link. Bull -->Serials --- catalogue/detail.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalogue/detail.pl b/catalogue/detail.pl index 4c6a2d103d..5a1d1a35fd 100755 --- a/catalogue/detail.pl +++ b/catalogue/detail.pl @@ -3,7 +3,7 @@ use strict; 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; -- 2.20.1