From rangi@users.sourceforge.net Wed Feb 21 14:16:58 2001 From: Chris Cornack To: koha-devel@lists.koha-community.org Subject: [Koha-devel] CVS: koha moremember.pl,1.2,1.3 Date: Wed, 21 Feb 2001 14:18:00 -0800 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0596382481232187439==" --===============0596382481232187439== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Update of /cvsroot/koha/koha In directory usw-pr-cvs1:/tmp/cvs-serv1568 Modified Files: moremember.pl=20 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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 ****

=20 ! General Notes: ! $data->{'borrowernotes'}

--- 91,96 ----

=20 ! General Notes: ! $data->{'borrowernotes'}

*************** *** 181,185 **** print ""; } ! print "$issue->[$i]{'title'} $issue->[$i]{'barcode'} $issue->[$i]{'date_due'}"; #find the charge for an item --- 181,187 ---- print ""; } ! print "$issue->[$i]{'title'}=20 ! [$i]->{'itemnumber'}= &bib=3D$issue->[$i]->{'biblionumber'}&bi=3D$issue->[$i]->{'biblioitemnumber'}> ! $issue->[$i]{'barcode'} $issue->[$i]{'date_due'}"; #find the charge for an item *************** *** 197,200 **** --- 199,204 ---- if ($rescount >0){ print "[$i]{'bibli= onumber'}>On Request - no renewals"; + } elsif ($issue->[$i]->{'renewals'} > 0) { + print "Previously Renewed - no renewals"; } else { print ""; --===============0596382481232187439==--