[Koha-cvs] CVS: koha/acqui.simple addbookslccn.pl,1.4,1.5 processz3950queue,1.3,1.4 viewmarc.pl,1.1,1.2

Steve Tonnesen tonnesen at users.sourceforge.net
Thu Jun 20 19:33:19 CEST 2002


Update of /cvsroot/koha/koha/acqui.simple
In directory usw-pr-cvs1:/tmp/cvs-serv13891/acqui.simple

Modified Files:
	addbookslccn.pl processz3950queue viewmarc.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: addbookslccn.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/addbookslccn.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** addbookslccn.pl	3 Apr 2002 08:44:23 -0000	1.4
--- addbookslccn.pl	20 Jun 2002 17:33:14 -0000	1.5
***************
*** 18,21 ****
--- 18,22 ----
  use strict;
  use C4::Acquisitions;
+ use C4::Biblio;
  use C4::Output;
  use C4::Circulation::Circ2;

Index: processz3950queue
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/processz3950queue,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** processz3950queue	1 Feb 2002 18:00:28 -0000	1.3
--- processz3950queue	20 Jun 2002 17:33:16 -0000	1.4
***************
*** 4,7 ****
--- 4,8 ----
  #use strict;
  use C4::Acquisitions;
+ use C4::Biblio;
  use C4::Output;
  use Net::Z3950;

Index: viewmarc.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/viewmarc.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** viewmarc.pl	5 Oct 2001 21:19:29 -0000	1.1
--- viewmarc.pl	20 Jun 2002 17:33:16 -0000	1.2
***************
*** 13,16 ****
--- 13,17 ----
  use strict;
  use C4::Acquisitions;
+ use C4::Biblio;
  use C4::Output;
  





More information about the Koha-cvs mailing list