From rangi@users.sourceforge.net Tue Feb 13 16:28:40 2001 From: Chris Cornack To: koha-devel@lists.koha-community.org Subject: [Koha-devel] CVS: koha/circ circulation.pl,1.11,1.12 Date: Tue, 13 Feb 2001 16:29:19 -0800 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7915343385020808715==" --===============7915343385020808715== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Update of /cvsroot/koha/koha/circ In directory usw-pr-cvs1:/tmp/cvs-serv10893/circ Modified Files: circulation.pl=20 Log Message: The Horowhenua libraries wanted less patron and item information displaying a= t returns So Added some if statements to not display patron addresses, and to only disp= lay the title of the item These presumably would be changed to suit individual libraries wants Index: circulation.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/circ/circulation.pl,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** circulation.pl 2001/02/05 17:24:13 1.11 --- circulation.pl 2001/02/14 00:29:17 1.12 *************** *** 218,224 **** Title: $iteminformation->{'title'}
Author: $iteminformation->{'author'}
Barcode: {'biblio= number'}&type=3Dintra onClick=3D"openWindow(this, 'Item', 480, 640)">$iteminf= ormation->{'barcode'}
! Date Due: $iteminformation->{'date_due'} --- 218,226 ---- Title: $iteminformation->{'title'}
+ *************** *** 755,759 **** } $itemswaiting.=3D"\n"; ! $flaginfotext.=3D"$flag$flags->{$flag}->{'message'}
Overdue items can be seen in th= e Previous Issues table below\n"; } else { $flaginfotext.=3D"$flag$flags->{$flag}->{'message'}\n"; --- 757,765 ---- } $itemswaiting.=3D"\n"; ! if ($query->param('module') ne 'returns'){ ! $flaginfotext.=3D"$flag$flags->{$flag}->{'message'}
Overdue items can be seen i= n the Previous Issues table below\n"; ! } else { ! $flaginfotext.=3D"$flag$flags->{$flag}->{'message'}\n"; ! } } else { $flaginfotext.=3D"$flag$flags->{$flag}->{'message'}\n"; *************** *** 767,772 **** {'borrowernum= ber'} onClick=3D"openWindow(this,'Member', 480, 640)">$borrower->{'cardnumber= '} $borrower->{'surname'}, $borrower->{'title'} $borrower->{'firstname'}<= br> ! $borrower->{'streetaddress'} $borrower->{'city'}
! $borrower->{'categorycode'} $flagtext --- 773,783 ---- {'borrowernum= ber'} onClick=3D"openWindow(this,'Member', 480, 640)">$borrower->{'cardnumber= '} $borrower->{'surname'}, $borrower->{'title'} $borrower->{'firstname'}<= br> ! EOF ! if ($query->param('module') ne 'returns'){=20 ! $patrontable.=3D"$borrower->{'streetaddress'} $borrower->{'city'}
! $borrower->{'categorycode'} "; ! } ! $patrontable.=3D<< "EOF"; ! $flagtext --===============7915343385020808715==--