koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/C4 Breeding.pm,1.2,1.3


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 Breeding.pm,1.2,1.3
Date: Mon, 08 Sep 2003 01:42:43 -0700

Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv31921/C4

Modified Files:
        Breeding.pm 
Log Message:
bugfix : biblios without isbn where not added into the breeding farm

Index: Breeding.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Breeding.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Breeding.pm 29 Apr 2003 16:50:50 -0000      1.2
--- Breeding.pm 8 Sep 2003 08:42:40 -0000       1.3
***************
*** 101,105 ****
                                        
$searchbreeding->execute($oldbiblio->{isbn});
                                        ($breedingid) = 
$searchbreeding->fetchrow;
!                               } else {
                                        
$searchbreeding->execute($oldbiblio->{issn});
                                        ($breedingid) = 
$searchbreeding->fetchrow;
--- 101,105 ----
                                        
$searchbreeding->execute($oldbiblio->{isbn});
                                        ($breedingid) = 
$searchbreeding->fetchrow;
!                               } elsif ($oldbiblio->{issn}){
                                        
$searchbreeding->execute($oldbiblio->{issn});
                                        ($breedingid) = 
$searchbreeding->fetchrow;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]