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

Paul POULAIN tipaul at users.sourceforge.net
Thu Dec 18 18:03:08 CET 2003


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 {





More information about the Koha-cvs mailing list