[Koha-cvs] CVS: koha catalogue-home.pl,1.10,1.11 currency.pl,1.7,1.8 ISBDdetail.pl,1.1,1.2 MARCdetail.pl,1.18,1.19 modbibitem.pl,1.13,1.14 moditem.pl,1.7,1.8 moredetail.pl,1.23,1.24 request.pl,1.27,1.28 showbudget.pl,1.6,1.7

Paul POULAIN tipaul at users.sourceforge.net
Tue Jul 13 14:55:04 CEST 2004


Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31537

Modified Files:
	catalogue-home.pl currency.pl ISBDdetail.pl MARCdetail.pl 
	modbibitem.pl moditem.pl moredetail.pl request.pl 
	showbudget.pl 
Log Message:
catalogue.pm deals only with acquisitions.
so, renaming it...
catalogue management is done in Biblio.pm package

Index: catalogue-home.pl
===================================================================
RCS file: /cvsroot/koha/koha/catalogue-home.pl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** catalogue-home.pl	11 Feb 2004 08:35:31 -0000	1.10
--- catalogue-home.pl	13 Jul 2004 12:55:01 -0000	1.11
***************
*** 7,11 ****
  use C4::Interface::CGI::Output;
  use C4::Database;
! use C4::Catalogue;
  use C4::Biblio;
  use HTML::Template;
--- 7,11 ----
  use C4::Interface::CGI::Output;
  use C4::Database;
! use C4::Acquisition;
  use C4::Biblio;
  use HTML::Template;

Index: currency.pl
===================================================================
RCS file: /cvsroot/koha/koha/currency.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** currency.pl	13 Feb 2003 18:03:36 -0000	1.7
--- currency.pl	13 Jul 2004 12:55:01 -0000	1.8
***************
*** 26,30 ****
  
  use CGI;
! use C4::Catalogue;
  use C4::Biblio;
  
--- 26,30 ----
  
  use CGI;
! use C4::Acquisition;
  use C4::Biblio;
  

Index: ISBDdetail.pl
===================================================================
RCS file: /cvsroot/koha/koha/ISBDdetail.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ISBDdetail.pl	17 Jun 2004 08:18:26 -0000	1.1
--- ISBDdetail.pl	13 Jul 2004 12:55:01 -0000	1.2
***************
*** 47,51 ****
  use MARC::Record;
  use C4::Biblio;
! use C4::Catalogue;
  use HTML::Template;
  
--- 47,51 ----
  use MARC::Record;
  use C4::Biblio;
! use C4::Acquisition;
  use HTML::Template;
  

Index: MARCdetail.pl
===================================================================
RCS file: /cvsroot/koha/koha/MARCdetail.pl,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** MARCdetail.pl	3 Jun 2004 13:44:57 -0000	1.18
--- MARCdetail.pl	13 Jul 2004 12:55:01 -0000	1.19
***************
*** 56,60 ****
  use MARC::Record;
  use C4::Biblio;
! use C4::Catalogue;
  use HTML::Template;
  
--- 56,60 ----
  use MARC::Record;
  use C4::Biblio;
! use C4::Acquisition;
  use HTML::Template;
  

Index: modbibitem.pl
===================================================================
RCS file: /cvsroot/koha/koha/modbibitem.pl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** modbibitem.pl	26 Mar 2003 04:25:48 -0000	1.13
--- modbibitem.pl	13 Jul 2004 12:55:01 -0000	1.14
***************
*** 36,40 ****
  use C4::Date;
  use C4::Biblio;
! use C4::Catalogue;
  use C4::Auth;
  use C4::Interface::CGI::Output;
--- 36,40 ----
  use C4::Date;
  use C4::Biblio;
! use C4::Acquisition;
  use C4::Auth;
  use C4::Interface::CGI::Output;

Index: moditem.pl
===================================================================
RCS file: /cvsroot/koha/koha/moditem.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** moditem.pl	18 Mar 2003 09:52:30 -0000	1.7
--- moditem.pl	13 Jul 2004 12:55:01 -0000	1.8
***************
*** 36,40 ****
  use HTML::Template;
  use C4::Koha;
! use C4::Catalogue;
  use C4::Auth;
  use C4::Interface::CGI::Output;
--- 36,40 ----
  use HTML::Template;
  use C4::Koha;
! use C4::Acquisition;
  use C4::Auth;
  use C4::Interface::CGI::Output;

Index: moredetail.pl
===================================================================
RCS file: /cvsroot/koha/koha/moredetail.pl,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** moredetail.pl	11 Sep 2003 22:03:43 -0000	1.23
--- moredetail.pl	13 Jul 2004 12:55:01 -0000	1.24
***************
*** 27,31 ****
  use CGI;
  use C4::Search;
! use C4::Catalogue;
  use C4::Output; # contains gettemplate
  use C4::Auth;
--- 27,31 ----
  use CGI;
  use C4::Search;
! use C4::Acquisition;
  use C4::Output; # contains gettemplate
  use C4::Auth;

Index: request.pl
===================================================================
RCS file: /cvsroot/koha/koha/request.pl,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** request.pl	29 Feb 2004 07:03:18 -0000	1.27
--- request.pl	13 Jul 2004 12:55:01 -0000	1.28
***************
*** 34,38 ****
  use C4::Circulation::Circ2;
  use HTML::Template;
! use C4::Catalogue;
  use CGI;
  use C4::Date;
--- 34,38 ----
  use C4::Circulation::Circ2;
  use HTML::Template;
! use C4::Acquisition;
  use CGI;
  use C4::Date;

Index: showbudget.pl
===================================================================
RCS file: /cvsroot/koha/koha/showbudget.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** showbudget.pl	12 Nov 2002 16:41:12 -0000	1.6
--- showbudget.pl	13 Jul 2004 12:55:01 -0000	1.7
***************
*** 25,33 ****
  # Suite 330, Boston, MA  02111-1307 USA
  
! use C4::Catalogue;
  use C4::Biblio;
- #use CGI;
- #my $inp=new CGI;
- #print $inp->header;
  my ($count, at results)=bookfunds;
  
--- 25,30 ----
  # Suite 330, Boston, MA  02111-1307 USA
  
! use C4::Acquisition;
  use C4::Biblio;
  my ($count, at results)=bookfunds;
  





More information about the Koha-cvs mailing list