[Koha-cvs] CVS: koha newimember.pl,1.7,1.8

Paul POULAIN tipaul at users.sourceforge.net
Mon Dec 22 15:58:41 CET 2003


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

Modified Files:
	newimember.pl 
Log Message:
fix for #671 (add institution member)
note member management code is really dirty & can be factorised, will be done in HEAD branch (2.1.x version)

Index: newimember.pl
===================================================================
RCS file: /cvsroot/koha/koha/newimember.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** newimember.pl	28 Nov 2003 12:51:26 -0000	1.7
--- newimember.pl	22 Dec 2003 14:58:38 -0000	1.8
***************
*** 107,111 ****
  			    'value'	=> CGI::escapeHTML($value) });
  	}
! 	$template->param(inputsloop => \@inputs);
      }
  }
--- 107,131 ----
  			    'value'	=> CGI::escapeHTML($value) });
  	}
!     $template->param(institution_name => $data{institution_name},
! 		     bornum => $data{'borrowernumber'},
! 		     cardnumber_institution => $data{'cardnumber_institution'},
! 		     memcat => $data{'categorycode'},
! 		     branchcode => $data{'branchcode'},
! 		     sex => $data{sex},
! 		     postal => $data{postal},
! 		     home => $data{home},
! 			zipcode => $data{'zipcode'},
! 			homezipcode => $data{'homezipcode'},
! 		     phone => $data{'phone'},
! 		     phoneday => $data{'phoneday'},
! 		     faxnumber => $data{'faxnumber'},
! 		     emailaddress => $data{'emailaddress'},
! 			textmessaging => $data{'textmessaging'},
! 		     contactname => $data{'contactname'},
! 		     altphone => $data{'altphone'},
! 		     altrelationship => $data{'altrelationship'},
! 		     altnotes => $data{'altnotes'},
! 		     bornotes => $data{'borrowernotes'},
! 		     inputsloop => \@inputs);
      }
  }





More information about the Koha-cvs mailing list