koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/C4 Search.pm,1.76,1.77
Date: Thu, 11 Sep 2003 15:03:45 -0700

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') {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]