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

Paul POULAIN tipaul at users.sourceforge.net
Thu Dec 18 18:02:16 CET 2003


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 {





More information about the Koha-cvs mailing list