koha-devel
[Top][All Lists]
Advanced

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

[Koha-devel] CVS: koha moremember.pl,1.2,1.3


From: Chris Cornack
Subject: [Koha-devel] CVS: koha moremember.pl,1.2,1.3
Date: Wed, 21 Feb 2001 14:18:00 -0800

Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv1568

Modified Files:
        moremember.pl 
Log Message:
Got a link from items on issue thru to item details (like in the circ module)
And also stopped already renewed books from being renewable in the issues list


Index: moremember.pl
===================================================================
RCS file: /cvsroot/koha/koha/moremember.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** moremember.pl       2001/01/31 19:34:12     1.2
--- moremember.pl       2001/02/21 22:17:58     1.3
***************
*** 91,96 ****
  <P>
  
! General Notes: <A HREF="popbox.html" onclick="messenger(200,250,'Form that 
lets you add to and delete notes.'); return false">
! $data->{'borrowernotes'}</a>
  <p align=right>
  <form action=/cgi-bin/koha/memberentry.pl method=post>
--- 91,96 ----
  <P>
  
! General Notes: <!--<A HREF="popbox.html" onclick="messenger(200,250,'Form 
that lets you add to and delete notes.'); return false">-->
! $data->{'borrowernotes'}<!--</a>-->
  <p align=right>
  <form action=/cgi-bin/koha/memberentry.pl method=post>
***************
*** 181,185 ****
      print "<font color=red>";
    }
!   print "$issue->[$i]{'title'} $issue->[$i]{'barcode'}</td>
    <TD>$issue->[$i]{'date_due'}</td>";
    #find the charge for an item
--- 181,187 ----
      print "<font color=red>";
    }
!   print "$issue->[$i]{'title'} 
!   <a 
href=/cgi-bin/koha/moredetail.pl?item=$issue->[$i]->{'itemnumber'}&bib=$issue->[$i]->{'biblionumber'}&bi=$issue->[$i]->{'biblioitemnumber'}>
!   $issue->[$i]{'barcode'}</a></td>
    <TD>$issue->[$i]{'date_due'}</td>";
    #find the charge for an item
***************
*** 197,200 ****
--- 199,204 ----
    if ($rescount >0){
      print "<TD><a 
href=/cgi-bin/koha/request.pl?bib=$issue->[$i]{'biblionumber'}>On Request - no 
renewals</a></td></tr>";
+   } elsif ($issue->[$i]->{'renewals'} > 0) {
+       print "<TD>Previously Renewed - no renewals</td></tr>";
    } else {
      print "<TD>";




reply via email to

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