CVS: koha insertdata.pl,1.6,1.7
Update of /cvsroot/koha/koha In directory usw-pr-cvs1:/tmp/cvs-serv19022 Modified Files: insertdata.pl Log Message: Just a quick little fix the sql to update a borrower was setting the postal address twice, instead of the postal, then the physical address. My little fix got overwrote by pat's fix so im updating now before i forget :) Index: insertdata.pl =================================================================== RCS file: /cvsroot/koha/koha/insertdata.pl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** insertdata.pl 8 Apr 2002 23:44:43 -0000 1.6 --- insertdata.pl 9 Apr 2002 00:04:39 -0000 1.7 *************** *** 41,45 **** categorycode='$data{'categorycode'}',city='$data{'city'}',area='$data{'area'}',phone='$data{'phone'}', borrowernotes='$data{'borrowernotes'}',altphone='$data{'altphone'}',surname='$data{'surname'}', ! initials='$data{'initials'}',streetaddress='$data{'address'}',ethnicity='$data{'ethnicity'}', gonenoaddress='$data{'gna'}',lost='$data{'lost'}',debarred='$data{'debarred'}' where borrowernumber=$data{'borrowernumber'}"; --- 41,45 ---- categorycode='$data{'categorycode'}',city='$data{'city'}',area='$data{'area'}',phone='$data{'phone'}', borrowernotes='$data{'borrowernotes'}',altphone='$data{'altphone'}',surname='$data{'surname'}', ! initials='$data{'initials'}',physstreet='$data{'address'}',ethnicity='$data{'ethnicity'}', gonenoaddress='$data{'gna'}',lost='$data{'lost'}',debarred='$data{'debarred'}' where borrowernumber=$data{'borrowernumber'}";
participants (1)
-
Chris Cormack