koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha newmember.pl,1.17,1.18


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha newmember.pl,1.17,1.18
Date: Thu, 18 Dec 2003 09:02:16 -0800

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

Modified Files:
        newmember.pl 
Log Message:
fix for 564

Index: newmember.pl
===================================================================
RCS file: /cvsroot/koha/koha/newmember.pl,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** newmember.pl        28 Nov 2003 12:51:26 -0000      1.17
--- newmember.pl        18 Dec 2003 17:02:13 -0000      1.18
***************
*** 78,82 ****
      #check cardnumber is valid
      my $nounique;
!     if ( $data{'type'} ne "Add" )    {
        $nounique = 0;
      } else {
--- 78,82 ----
      #check cardnumber is valid
      my $nounique;
!     if ( $data{'type'} eq "Add" )    {
        $nounique = 0;
      } else {




reply via email to

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