koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha currency.pl,1.1.1.1,1.1.1.1.2.1 delbiblio.pl,1.2.2.


From: Alan Millar
Subject: [Koha-cvs] CVS: koha currency.pl,1.1.1.1,1.1.1.1.2.1 delbiblio.pl,1.2.2.1,1.2.2.2 delitem.pl,1.1.1.1,1.1.1.1.2.1 loadmodules.pl,1.2,1.2.2.1 moditem.pl,1.1.1.1.2.1,1.1.1.1.2.2 moredetail.pl,1.4,1.4.2.1 orderbreakdown.pl,1.1.1.1,1.1.1.1.2.1 request.pl,1.2.2.1,1.2.2.2 showbudget.pl,1.2,1.2.2.1 updatebibitem.pl,1.4,1.4.2.1 updatebiblio.pl,1.1.1.1,1.1.1.1.2.1 updateitem.pl,1.2,1.2.2.1
Date: Fri, 14 Jun 2002 14:20:29 -0700

Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv30417

Modified Files:
      Tag: rel-1-2
        currency.pl delbiblio.pl delitem.pl loadmodules.pl moditem.pl 
        moredetail.pl orderbreakdown.pl request.pl showbudget.pl 
        updatebibitem.pl updatebiblio.pl updateitem.pl 
Log Message:
Split biblio functions in Acquisitions.pm out to new Biblio.pm

Index: currency.pl
===================================================================
RCS file: /cvsroot/koha/koha/currency.pl,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** currency.pl 19 Dec 2000 23:45:51 -0000      1.1.1.1
--- currency.pl 14 Jun 2002 21:20:26 -0000      1.1.1.1.2.1
***************
*** 7,10 ****
--- 7,11 ----
  use CGI;
  use C4::Acquisitions;
+ use C4::Biblio;
  
  my $input=new CGI;

Index: delbiblio.pl
===================================================================
RCS file: /cvsroot/koha/koha/delbiblio.pl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** delbiblio.pl        29 May 2002 14:34:31 -0000      1.2.2.1
--- delbiblio.pl        14 Jun 2002 21:20:26 -0000      1.2.2.2
***************
*** 11,14 ****
--- 11,15 ----
  use C4::Output;
  use C4::Acquisitions;
+ use C4::Biblio;
  
  my $input = new CGI;

Index: delitem.pl
===================================================================
RCS file: /cvsroot/koha/koha/delitem.pl,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** delitem.pl  19 Dec 2000 23:45:51 -0000      1.1.1.1
--- delitem.pl  14 Jun 2002 21:20:26 -0000      1.1.1.1.2.1
***************
*** 11,14 ****
--- 11,15 ----
  use C4::Output;
  use C4::Acquisitions;
+ use C4::Biblio;
  
  my $input = new CGI;

Index: loadmodules.pl
===================================================================
RCS file: /cvsroot/koha/koha/loadmodules.pl,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** loadmodules.pl      8 Apr 2002 23:44:43 -0000       1.2
--- loadmodules.pl      14 Jun 2002 21:20:26 -0000      1.2.2.1
***************
*** 6,9 ****
--- 6,10 ----
  
  use C4::Acquisitions;
+ use C4::Biblio;
  use C4::Search;
  use CGI;

Index: moditem.pl
===================================================================
RCS file: /cvsroot/koha/koha/moditem.pl,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** moditem.pl  23 May 2002 09:25:39 -0000      1.1.1.1.2.1
--- moditem.pl  14 Jun 2002 21:20:26 -0000      1.1.1.1.2.2
***************
*** 11,14 ****
--- 11,15 ----
  use C4::Output;
  use C4::Acquisitions;
+ use C4::Biblio;
  
  my $input = new CGI;

Index: moredetail.pl
===================================================================
RCS file: /cvsroot/koha/koha/moredetail.pl,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** moredetail.pl       8 Apr 2002 23:44:43 -0000       1.4
--- moredetail.pl       14 Jun 2002 21:20:26 -0000      1.4.2.1
***************
*** 10,13 ****
--- 10,14 ----
  use C4::Output;
  use C4::Acquisitions;
+ use C4::Biblio;
  
  use CGI;

Index: orderbreakdown.pl
===================================================================
RCS file: /cvsroot/koha/koha/orderbreakdown.pl,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** orderbreakdown.pl   19 Dec 2000 23:45:52 -0000      1.1.1.1
--- orderbreakdown.pl   14 Jun 2002 21:20:26 -0000      1.1.1.1.2.1
***************
*** 5,8 ****
--- 5,9 ----
  
  use C4::Acquisitions;
+ use C4::Biblio;
  use C4::Output;
  use CGI;

Index: request.pl
===================================================================
RCS file: /cvsroot/koha/koha/request.pl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** request.pl  18 May 2002 10:21:51 -0000      1.2.2.1
--- request.pl  14 Jun 2002 21:20:26 -0000      1.2.2.2
***************
*** 10,13 ****
--- 10,14 ----
  use C4::Reserves2;
  use C4::Acquisitions;
+ use C4::Biblio;
  use C4::Koha;
  

Index: showbudget.pl
===================================================================
RCS file: /cvsroot/koha/koha/showbudget.pl,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** showbudget.pl       21 Mar 2002 21:24:54 -0000      1.2
--- showbudget.pl       14 Jun 2002 21:20:26 -0000      1.2.2.1
***************
*** 6,9 ****
--- 6,10 ----
  
  use C4::Acquisitions;
+ use C4::Biblio;
  #use CGI;
  #my $inp=new CGI;

Index: updatebibitem.pl
===================================================================
RCS file: /cvsroot/koha/koha/updatebibitem.pl,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** updatebibitem.pl    15 Apr 2002 05:33:33 -0000      1.4
--- updatebibitem.pl    14 Jun 2002 21:20:26 -0000      1.4.2.1
***************
*** 5,8 ****
--- 5,9 ----
  use strict;
  use C4::Acquisitions;
+ use C4::Biblio;
  use C4::Output;
  use C4::Search;

Index: updatebiblio.pl
===================================================================
RCS file: /cvsroot/koha/koha/updatebiblio.pl,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** updatebiblio.pl     19 Dec 2000 23:45:53 -0000      1.1.1.1
--- updatebiblio.pl     14 Jun 2002 21:20:26 -0000      1.1.1.1.2.1
***************
*** 5,8 ****
--- 5,9 ----
  use strict;
  use C4::Acquisitions;
+ use C4::Biblio;
  use C4::Output;
  

Index: updateitem.pl
===================================================================
RCS file: /cvsroot/koha/koha/updateitem.pl,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** updateitem.pl       9 May 2001 23:26:11 -0000       1.2
--- updateitem.pl       14 Jun 2002 21:20:26 -0000      1.2.2.1
***************
*** 5,8 ****
--- 5,9 ----
  use strict;
  use C4::Acquisitions;
+ use C4::Biblio;
  use C4::Output;
  use C4::Circulation::Circ2;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]