From rangi@users.sourceforge.net Mon Sep 10 16:37:13 2001 From: Chris Cormack To: koha-devel@lists.koha-community.org Subject: [Koha-devel] CVS: koha moredetail.pl,1.2,1.3 modbibitem.pl,1.1.1.1,1.2 Date: Mon, 10 Sep 2001 16:38:02 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8148519787724857221==" --===============8148519787724857221== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Update of /cvsroot/koha/koha In directory usw-pr-cvs1:/tmp/cvs-serv3802 Modified Files: moredetail.pl modbibitem.pl=20 Log Message: Fixing a glitch that was showing the biblio notes field where the biblioitems notes should have been displaying Index: moredetail.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/moredetail.pl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** moredetail.pl 2001/03/15 10:17:33 1.2 --- moredetail.pl 2001/09/10 23:37:09 1.3 *************** *** 35,39 **** =20 my (@items)=3Ditemissues($bi); ! my ($order)=3Dgetorder($bi,$bib); #print @items; my $count=3D@items; --- 35,39 ---- =20 my (@items)=3Ditemissues($bi); ! my ($order,$ordernum)=3Dgetorder($bi,$bib); #print @items; my $count=3D@items; *************** *** 89,94 **** Illus: $data->{'illus'}
Size: $data->{'size'}
! Notes: $data->{'notes'}
No. of Items: $count printend ; --- 89,95 ---- Illus: $data->{'illus'}
Size: $data->{'size'}
! Notes: $data->{'bnotes'}
No. of Items: $count +=20 printend ; *************** *** 98,101 **** --- 99,103 ---- } print < *************** *** 118,121 **** --- 120,124 ---- {'itemnumber'}> + =20 =20 *************** *** 154,161 **** Replacement Price: $items[$i]->{'replacementprice'}
Item lost: $items[$i]->{'itemlost'}
! paid by:
Notes: $items[$i]->{'itemnotes'}
Renewals: $items[$i]->{'renewals'}
! {'ordernumber= '}&biblio=3D$bib&invoice=3D$order->{'booksellerinvoicenumber'}&catview=3Dyes>= Accession Date: $items[$i]->{'dateaccessioned'}
printend ; --- 157,164 ---- Replacement Price: $items[$i]->{'replacementprice'}
Item lost: $items[$i]->{'itemlost'}
! Paid for: $items[$i]->{'paidfor'}
Notes: $items[$i]->{'itemnotes'}
Renewals: $items[$i]->{'renewals'}
! {'booksellerinvoicenumber'}&catview=3Dyes>Accession = Date: $items[$i]->{'dateaccessioned'}
printend ; Index: modbibitem.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/modbibitem.pl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** modbibitem.pl 2000/12/19 23:45:52 1.1.1.1 --- modbibitem.pl 2001/09/10 23:37:09 1.2 *************** *** 113,117 **** {'volumeddesc'}" size= =3D20> Notes ! {'notes'}" size=3D20> Size {'size'}" size=3D20> --- 113,117 ---- {'volumeddesc'}" size= =3D20> Notes ! {'bnotes'}" size=3D20><= /td> Size {'size'}" size=3D20> --===============8148519787724857221==--