[Koha-cvs] CVS: koha moremember.pl,1.29,1.30

Mike Hansen wolfpac444 at users.sourceforge.net
Thu May 8 16:12:32 CEST 2003


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

Modified Files:
	moremember.pl 
Log Message:
Fixed bug #405


Index: moremember.pl
===================================================================
RCS file: /cvsroot/koha/koha/moremember.pl,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** moremember.pl	5 May 2003 13:26:00 -0000	1.29
--- moremember.pl	8 May 2003 14:12:29 -0000	1.30
***************
*** 100,104 ****
    for (my $i=0;$i<$count;$i++){
      push (@guaranteedata, {borrowernumber => $guarantees->[$i]->{'borrowernumber'},
!     			   cardnumber => $guarantees->[$i]->{'cardnumber'}});
    }
    $template->param(guaranteeloop => \@guaranteedata);
--- 100,105 ----
    for (my $i=0;$i<$count;$i++){
      push (@guaranteedata, {borrowernumber => $guarantees->[$i]->{'borrowernumber'},
!     			   cardnumber => $guarantees->[$i]->{'cardnumber'},
! 			   name => $guarantees->[$i]->{'firstname'} . " " . $guarantees->[$i]->{'surname'}});
    }
    $template->param(guaranteeloop => \@guaranteedata);





More information about the Koha-cvs mailing list