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.2 delitem.pl,1.1.1.1,1.2 load


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha currency.pl,1.1.1.1,1.2 delitem.pl,1.1.1.1,1.2 loadmodules.pl,1.2,1.3 moditem.pl,1.1.1.1,1.2 orderbreakdown.pl,1.1.1.1,1.2 showbudget.pl,1.2,1.3 updateitem.pl,1.2,1.3
Date: Thu, 20 Jun 2002 10:23:14 -0700

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

Modified Files:
        currency.pl delitem.pl loadmodules.pl moditem.pl 
        orderbreakdown.pl showbudget.pl updateitem.pl 
Log Message:
Merging rel-1-2 changes into main


Index: currency.pl
===================================================================
RCS file: /cvsroot/koha/koha/currency.pl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** currency.pl 19 Dec 2000 23:45:51 -0000      1.1.1.1
--- currency.pl 20 Jun 2002 17:23:09 -0000      1.2
***************
*** 7,10 ****
--- 7,11 ----
  use CGI;
  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.2
diff -C2 -r1.1.1.1 -r1.2
*** delitem.pl  19 Dec 2000 23:45:51 -0000      1.1.1.1
--- delitem.pl  20 Jun 2002 17:23:09 -0000      1.2
***************
*** 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.3
diff -C2 -r1.2 -r1.3
*** loadmodules.pl      8 Apr 2002 23:44:43 -0000       1.2
--- loadmodules.pl      20 Jun 2002 17:23:09 -0000      1.3
***************
*** 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
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** moditem.pl  19 Dec 2000 23:45:52 -0000      1.1.1.1
--- moditem.pl  20 Jun 2002 17:23:09 -0000      1.2
***************
*** 11,14 ****
--- 11,15 ----
  use C4::Output;
  use C4::Acquisitions;
+ use C4::Biblio;
  
  my $input = new CGI;
***************
*** 29,33 ****
  #my ($analyticauthor)=analytic($biblionumber,'a');
  print startpage();
! print startmenu();
  my %inputs;
  
--- 30,34 ----
  #my ($analyticauthor)=analytic($biblionumber,'a');
  print startpage();
! print startmenu('catalogue');
  my %inputs;
  

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

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

Index: updateitem.pl
===================================================================
RCS file: /cvsroot/koha/koha/updateitem.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** updateitem.pl       9 May 2001 23:26:11 -0000       1.2
--- updateitem.pl       20 Jun 2002 17:23:09 -0000      1.3
***************
*** 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]