[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/acqui.simple marcimport.pl,1.6.2.28,1.6.2.29
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha/acqui.simple marcimport.pl,1.6.2.28,1.6.2.29 |
Date: |
Thu, 27 Jun 2002 11:35:03 -0700 |
Update of /cvsroot/koha/koha/acqui.simple
In directory usw-pr-cvs1:/tmp/cvs-serv1062
Modified Files:
Tag: rel-1-2
marcimport.pl
Log Message:
$deweyinput was always defined (it's an HTML input field). Check against
$bib->{dewey} instead.
Index: marcimport.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/marcimport.pl,v
retrieving revision 1.6.2.28
retrieving revision 1.6.2.29
diff -C2 -r1.6.2.28 -r1.6.2.29
*** marcimport.pl 27 Jun 2002 17:41:26 -0000 1.6.2.28
--- marcimport.pl 27 Jun 2002 18:35:01 -0000 1.6.2.29
***************
*** 253,257 ****
my $defaultitemtype;
! if (defined $deweyinput) {
$defaultitemtype = 'NF';
} else {
--- 253,257 ----
my $defaultitemtype;
! if ($bib->{dewey}) {
$defaultitemtype = 'NF';
} else {
***************
*** 1119,1122 ****
--- 1119,1126 ----
#---------------
# $Log$
+ # Revision 1.6.2.29 2002/06/27 18:35:01 tonnesen
+ # $deweyinput was always defined (it's an HTML input field). Check against
+ # $bib->{dewey} instead.
+ #
# Revision 1.6.2.28 2002/06/27 17:41:26 tonnesen
# Applying patch from Matt Kraai to pick F or NF based on presense of a dewey
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/acqui.simple marcimport.pl,1.6.2.28,1.6.2.29,
Steve Tonnesen <=
- Prev by Date:
[Koha-cvs] CVS: koha/acqui.simple marcimport.pl,1.6.2.27,1.6.2.28
- Next by Date:
[Koha-cvs] CVS: koha buildrelease,1.1.2.10,1.1.2.11 installer.pl,1.2.2.45,1.2.2.46
- Previous by thread:
[Koha-cvs] CVS: koha/acqui.simple marcimport.pl,1.6.2.27,1.6.2.28
- Next by thread:
[Koha-cvs] CVS: koha buildrelease,1.1.2.10,1.1.2.11 installer.pl,1.2.2.45,1.2.2.46
- Index(es):