koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha moredetail.pl,1.22,1.23


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha moredetail.pl,1.22,1.23
Date: Thu, 11 Sep 2003 15:03:45 -0700

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

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


Index: moredetail.pl
===================================================================
RCS file: /cvsroot/koha/koha/moredetail.pl,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** moredetail.pl       26 Mar 2003 04:25:49 -0000      1.22
--- moredetail.pl       11 Sep 2003 22:03:43 -0000      1.23
***************
*** 98,102 ****
        $item->{'issue'}="<b>Available</b><br>";
      } else {
!       $item->{'issue'}="<b>Currently on issue to:</b> <a 
href=/cgi-bin/koha/moremember.pl?bornum=$item->{'borrower0'}>$item->{'card'}</a><br>";
      }
  }
--- 98,102 ----
        $item->{'issue'}="<b>Available</b><br>";
      } else {
!       $item->{'issue'}="<b>Currently on issue to:</b> <a 
href=/cgi-bin/koha/moremember.pl?bornum=$item->{'borrower'}>$item->{'card'}</a><br>";
      }
  }




reply via email to

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