koha-cvs
[Top][All Lists]
Advanced

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

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha newimember.pl,1.7,1.8
Date: Mon, 22 Dec 2003 06:58:41 -0800

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 => address@hidden);
      }
  }
--- 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 => address@hidden);
      }
  }




reply via email to

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