[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/acqui.simple addbooks.pl,1.5,1.5.2.1 addbookslccn.p
From: |
Alan Millar |
Subject: |
[Koha-cvs] CVS: koha/acqui.simple addbooks.pl,1.5,1.5.2.1 addbookslccn.pl,1.4,1.4.2.1 bulkmarcimport.pl,1.3,1.3.2.1 marcimport.pl,1.6.2.22,1.6.2.23 processz3950queue,1.3,1.3.2.1 viewmarc.pl,1.1,1.1.2.1 |
Date: |
Fri, 14 Jun 2002 14:20:30 -0700 |
Update of /cvsroot/koha/koha/acqui.simple
In directory usw-pr-cvs1:/tmp/cvs-serv30417/acqui.simple
Modified Files:
Tag: rel-1-2
addbooks.pl addbookslccn.pl bulkmarcimport.pl marcimport.pl
processz3950queue viewmarc.pl
Log Message:
Split biblio functions in Acquisitions.pm out to new Biblio.pm
Index: addbooks.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/addbooks.pl,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -r1.5 -r1.5.2.1
*** addbooks.pl 3 Apr 2002 08:44:23 -0000 1.5
--- addbooks.pl 14 Jun 2002 21:20:27 -0000 1.5.2.1
***************
*** 18,21 ****
--- 18,22 ----
use strict;
use C4::Acquisitions;
+ use C4::Biblio;
use C4::Output;
use C4::Circulation::Circ2;
Index: addbookslccn.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/addbookslccn.pl,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** addbookslccn.pl 3 Apr 2002 08:44:23 -0000 1.4
--- addbookslccn.pl 14 Jun 2002 21:20:27 -0000 1.4.2.1
***************
*** 18,21 ****
--- 18,22 ----
use strict;
use C4::Acquisitions;
+ use C4::Biblio;
use C4::Output;
use C4::Circulation::Circ2;
Index: bulkmarcimport.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/bulkmarcimport.pl,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** bulkmarcimport.pl 16 Apr 2002 19:49:15 -0000 1.3
--- bulkmarcimport.pl 14 Jun 2002 21:20:27 -0000 1.3.2.1
***************
*** 31,34 ****
--- 31,35 ----
#use strict;
use C4::Acquisitions;
+ use C4::Biblio;
use C4::Output;
my $dbh=C4Connect;
Index: marcimport.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/marcimport.pl,v
retrieving revision 1.6.2.22
retrieving revision 1.6.2.23
diff -C2 -r1.6.2.22 -r1.6.2.23
*** marcimport.pl 14 Jun 2002 06:28:14 -0000 1.6.2.22
--- marcimport.pl 14 Jun 2002 21:20:27 -0000 1.6.2.23
***************
*** 19,22 ****
--- 19,23 ----
use C4::Output;
use C4::Input;
+ use C4::Biblio;
#------------------
***************
*** 530,534 ****
print "<hr>It took $elapsed seconds to process this page.\n";
} else {
! print "<b>No results found for query $id</b>/n";
} # if rows
} else {
--- 531,535 ----
print "<hr>It took $elapsed seconds to process this page.\n";
} else {
! print "<b>No results found for query $id</b>\n";
} # if rows
} else {
Index: processz3950queue
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/processz3950queue,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** processz3950queue 1 Feb 2002 18:00:28 -0000 1.3
--- processz3950queue 14 Jun 2002 21:20:27 -0000 1.3.2.1
***************
*** 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.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** viewmarc.pl 5 Oct 2001 21:19:29 -0000 1.1
--- viewmarc.pl 14 Jun 2002 21:20:27 -0000 1.1.2.1
***************
*** 13,16 ****
--- 13,17 ----
use strict;
use C4::Acquisitions;
+ use C4::Biblio;
use C4::Output;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/acqui.simple addbooks.pl,1.5,1.5.2.1 addbookslccn.pl,1.4,1.4.2.1 bulkmarcimport.pl,1.3,1.3.2.1 marcimport.pl,1.6.2.22,1.6.2.23 processz3950queue,1.3,1.3.2.1 viewmarc.pl,1.1,1.1.2.1,
Alan Millar <=
- Prev by Date:
[Koha-cvs] CVS: koha/C4 Biblio.pm,NONE,1.1.2.1 Acquisitions.pm,1.5.2.9,1.5.2.10
- Next by Date:
[Koha-cvs] CVS: koha/updater updatedatabase2.pl,1.1,1.1.2.1
- Previous by thread:
[Koha-cvs] CVS: koha/C4 Biblio.pm,NONE,1.1.2.1 Acquisitions.pm,1.5.2.9,1.5.2.10
- Next by thread:
[Koha-cvs] CVS: koha/updater updatedatabase2.pl,1.1,1.1.2.1
- Index(es):