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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha newimember.pl,1.7,1.7.2.1
Date: Tue, 13 Jan 2004 09:32:35 -0800

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

Modified Files:
      Tag: rel_2_0
        newimember.pl 
Log Message:
template filling fix

Index: newimember.pl
===================================================================
RCS file: /cvsroot/koha/koha/newimember.pl,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -C2 -r1.7 -r1.7.2.1
*** newimember.pl       28 Nov 2003 12:51:26 -0000      1.7
--- newimember.pl       13 Jan 2004 17:32:33 -0000      1.7.2.1
***************
*** 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]