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

Mike Hansen wolfpac444 at users.sourceforge.net
Sun Mar 16 23:59:26 CET 2003


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

Modified Files:
	readingrec.pl 
Log Message:
Fixed Bug #190 -- Added the name, member number, and card number to the top.


Index: readingrec.pl
===================================================================
RCS file: /cvsroot/koha/koha/readingrec.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** readingrec.pl	2 Feb 2003 07:18:37 -0000	1.7
--- readingrec.pl	16 Mar 2003 22:59:23 -0000	1.8
***************
*** 73,76 ****
--- 73,78 ----
  						bornum => $bornum,
  						limit => $limit,
+ 						firstname => $data->{'firstname'},
+ 						cardnumber => $data->{'cardnumber'},
  						loop_reading => \@loop_reading);
  output_html_with_http_headers $input, $cookie, $template->output;





More information about the Koha-cvs mailing list