From b3f728cf02e3655dc4c702cabfb123508d2dc8b4 Mon Sep 17 00:00:00 2001 From: tonnesen Date: Thu, 20 Jun 2002 17:23:09 +0000 Subject: [PATCH] Merging rel-1-2 changes into main --- currency.pl | 1 + delitem.pl | 1 + loadmodules.pl | 1 + moditem.pl | 3 ++- orderbreakdown.pl | 1 + showbudget.pl | 1 + updateitem.pl | 1 + 7 files changed, 8 insertions(+), 1 deletion(-) diff --git a/currency.pl b/currency.pl index 4f78448182..685593f6c7 100755 --- a/currency.pl +++ b/currency.pl @@ -6,6 +6,7 @@ use CGI; use C4::Acquisitions; +use C4::Biblio; my $input=new CGI; diff --git a/delitem.pl b/delitem.pl index dd6fa3f0c1..d3f111afbe 100755 --- a/delitem.pl +++ b/delitem.pl @@ -10,6 +10,7 @@ use C4::Search; use CGI; use C4::Output; use C4::Acquisitions; +use C4::Biblio; my $input = new CGI; #print $input->header; diff --git a/loadmodules.pl b/loadmodules.pl index 8c7d64ae5c..83a3d3d4b1 100755 --- a/loadmodules.pl +++ b/loadmodules.pl @@ -5,6 +5,7 @@ #called as an include by the acquisitions index page use C4::Acquisitions; +use C4::Biblio; use C4::Search; use CGI; my $input=new CGI; diff --git a/moditem.pl b/moditem.pl index 5670cbebd3..46093a6277 100755 --- a/moditem.pl +++ b/moditem.pl @@ -10,6 +10,7 @@ use C4::Search; use CGI; use C4::Output; use C4::Acquisitions; +use C4::Biblio; my $input = new CGI; my $submit=$input->param('delete.x'); @@ -28,7 +29,7 @@ my $item=itemnodata('blah','',$itemnum); #my ($analytictitle)=analytic($biblionumber,'t'); #my ($analyticauthor)=analytic($biblionumber,'a'); print startpage(); -print startmenu(); +print startmenu('catalogue'); my %inputs; diff --git a/orderbreakdown.pl b/orderbreakdown.pl index d214150475..438f717ba9 100755 --- a/orderbreakdown.pl +++ b/orderbreakdown.pl @@ -4,6 +4,7 @@ #written by chris@katipo.co.nz 31/01/2000 use C4::Acquisitions; +use C4::Biblio; use C4::Output; use CGI; my $input=new CGI; diff --git a/showbudget.pl b/showbudget.pl index 8561e94c7b..d1ed83a503 100755 --- a/showbudget.pl +++ b/showbudget.pl @@ -5,6 +5,7 @@ #called as an include by the acquisitions index page use C4::Acquisitions; +use C4::Biblio; #use CGI; #my $inp=new CGI; #print $inp->header; diff --git a/updateitem.pl b/updateitem.pl index f8cd421127..c5fd91cf00 100755 --- a/updateitem.pl +++ b/updateitem.pl @@ -4,6 +4,7 @@ use C4::Database; use CGI; use strict; use C4::Acquisitions; +use C4::Biblio; use C4::Output; use C4::Circulation::Circ2; use C4::Accounts2; -- 2.39.5