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

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


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>";
      }
  }





More information about the Koha-cvs mailing list