From rangi@users.sourceforge.net Wed Mar 7 13:01:07 2001 From: Chris Cornack To: koha-devel@lists.koha-community.org Subject: [Koha-devel] CVS: koha moremember.pl,1.3,1.4 Date: Wed, 07 Mar 2001 13:02:50 -0800 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7189400790411869734==" --===============7189400790411869734== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Update of /cvsroot/koha/koha In directory usw-pr-cvs1:/tmp/cvs-serv24495 Modified Files: moremember.pl=20 Log Message: Changing the form so it passes through a modify value to tell the script to s= how the flags 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.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** moremember.pl 2001/02/21 22:17:58 1.3 --- moremember.pl 2001/03/07 21:02:48 1.4 *************** *** 15,18 **** --- 15,19 ---- use C4::Reserves2; use C4::Circulation::Renewals2; + use C4::Circulation::Circ2; my $input =3D new CGI; my $bornum=3D$input->param('bornum'); *************** *** 96,102 ****
! =20 =20 ! =20

=20 --- 97,103 ---- ! =20 =20 ! =20

=20 *************** *** 132,136 **** print "$accts->[$i]{'date'}"; # print "$accts->[$i]{'accounttype'}"; ! print "$accts->[$i]{'description'} $accts->[$i]{'title'} $amount$amount2 "; --- 133,143 ---- print "$accts->[$i]{'date'}"; # print "$accts->[$i]{'accounttype'}"; ! print ""; ! my $env; ! if ($accts->[$i]{'accounttype'} ne 'Res'){ ! my $iteminfo=3DC4::Circulation::Circ2::getiteminformation($env,$accts= ->[$i]->{'itemnumber'},''); ! print "[$i= ]->{'itemnumber'}&bib=3D$iteminfo->{'biblionumber'}&bi=3D$iteminfo->{'biblioi= temnumber'}>$accts->[$i]->{'description'} $accts->[$i]{'title'}"; ! } ! print " $amount$amount2 "; --===============7189400790411869734==--