[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/acqui basket.pl,1.2,1.3 modorders.pl,1.1.1.1,1.2 ne
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha/acqui basket.pl,1.2,1.3 modorders.pl,1.1.1.1,1.2 newbasket.pl,1.2,1.3 order.pl,1.1.1.1,1.2 recieveorder.pl,1.1.1.1,1.2 supplier.pl,1.1.1.1,1.2 updatesupplier.pl,1.1.1.1,1.2 |
Date: |
Thu, 20 Jun 2002 10:33:48 -0700 |
Update of /cvsroot/koha/koha/acqui
In directory usw-pr-cvs1:/tmp/cvs-serv13891/acqui
Modified Files:
basket.pl modorders.pl newbasket.pl order.pl recieveorder.pl
supplier.pl updatesupplier.pl
Log Message:
More merges in from rel-1-2
All of the changes so far have been minor. I did uncomment delbiblio($biblio)
in delbiblio.pl in the main branch to match delbiblio.pl in rel-1-2
Index: basket.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/basket.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** basket.pl 26 Feb 2002 09:06:19 -0000 1.2
--- basket.pl 20 Jun 2002 17:33:11 -0000 1.3
***************
*** 5,8 ****
--- 5,9 ----
use C4::Acquisitions;
+ use C4::Biblio;
use C4::Output;
use CGI;
Index: modorders.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/modorders.pl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** modorders.pl 19 Dec 2000 23:45:56 -0000 1.1.1.1
--- modorders.pl 20 Jun 2002 17:33:12 -0000 1.2
***************
*** 8,11 ****
--- 8,12 ----
use C4::Output;
use C4::Acquisitions;
+ use C4::Biblio;
#use Date::Manip;
Index: newbasket.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/newbasket.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** newbasket.pl 27 May 2002 08:22:23 -0000 1.2
--- newbasket.pl 20 Jun 2002 17:33:12 -0000 1.3
***************
*** 5,8 ****
--- 5,9 ----
use C4::Acquisitions;
+ use C4::Biblio;
use C4::Output;
use CGI;
Index: order.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/order.pl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** order.pl 19 Dec 2000 23:45:57 -0000 1.1.1.1
--- order.pl 20 Jun 2002 17:33:12 -0000 1.2
***************
*** 5,8 ****
--- 5,9 ----
use C4::Acquisitions;
+ use C4::Biblio;
use C4::Output;
use CGI;
Index: recieveorder.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/recieveorder.pl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** recieveorder.pl 19 Dec 2000 23:45:57 -0000 1.1.1.1
--- recieveorder.pl 20 Jun 2002 17:33:12 -0000 1.2
***************
*** 5,8 ****
--- 5,9 ----
use C4::Acquisitions;
+ use C4::Biblio;
use C4::Output;
use CGI;
Index: supplier.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/supplier.pl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** supplier.pl 19 Dec 2000 23:45:57 -0000 1.1.1.1
--- supplier.pl 20 Jun 2002 17:33:13 -0000 1.2
***************
*** 5,8 ****
--- 5,9 ----
use C4::Acquisitions;
+ use C4::Biblio;
use C4::Output;
use CGI;
Index: updatesupplier.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/updatesupplier.pl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** updatesupplier.pl 19 Dec 2000 23:45:57 -0000 1.1.1.1
--- updatesupplier.pl 20 Jun 2002 17:33:13 -0000 1.2
***************
*** 5,8 ****
--- 5,9 ----
use C4::Acquisitions;
+ use C4::Biblio;
use C4::Output;
use CGI;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/acqui basket.pl,1.2,1.3 modorders.pl,1.1.1.1,1.2 newbasket.pl,1.2,1.3 order.pl,1.1.1.1,1.2 recieveorder.pl,1.1.1.1,1.2 supplier.pl,1.1.1.1,1.2 updatesupplier.pl,1.1.1.1,1.2,
Steve Tonnesen <=