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.17.2.1


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

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

Modified Files:
      Tag: rel_2_0
        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.17.2.1
diff -C2 -r1.17 -r1.17.2.1
*** newmember.pl        28 Nov 2003 12:51:26 -0000      1.17
--- newmember.pl        18 Dec 2003 17:03:05 -0000      1.17.2.1
***************
*** 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]