[Koha-cvs] CVS: koha/C4 Search.pm,1.76,1.77

Chris Cormack rangi at users.sourceforge.net
Fri Sep 12 00:03:45 CEST 2003


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

Modified Files:
	Search.pm 
Log Message:
Fix for showing the current borrower on the moredetail.pl page


Index: Search.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Search.pm,v
retrieving revision 1.76
retrieving revision 1.77
diff -C2 -r1.76 -r1.77
*** Search.pm	10 Aug 2003 00:38:47 -0000	1.76
--- Search.pm	11 Sep 2003 22:03:43 -0000	1.77
***************
*** 1650,1653 ****
--- 1650,1654 ----
              $data->{'date_due'} = $data2->{'date_due'};
              $data->{'card'}     = $data2->{'cardnumber'};
+ 	    $data->{'borrower'}     = $data2->{'borrowernumber'};
          } else {
              if ($data->{'wthdrawn'} eq '1') {





More information about the Koha-cvs mailing list