Update of /cvsroot/koha/koha/acqui In directory usw-pr-cvs1:/tmp/cvs-serv26808/acqui Modified Files: finishreceive.pl Log Message: Modifications for new acqui.simple Database includes new biblio abstract field and biblioitem url field acqui/finishreceive.pl modified to use changed C4/Acquisitions.pm Index: finishreceive.pl =================================================================== RCS file: /cvsroot/koha/koha/acqui/finishreceive.pl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** finishreceive.pl 19 Dec 2000 23:45:56 -0000 1.1.1.1 --- finishreceive.pl 29 Apr 2002 05:25:41 -0000 1.2 *************** *** 80,84 **** # print $barcode; } ! my ($error)=makeitems($quantrec,$bibitemno,$biblio,$replacement,$cost,$bookseller,$branch,$loan,@barcodes); if ($error eq ''){ if ($itemtype ne 'PER'){ --- 80,91 ---- # print $barcode; } ! my ($error) = newitems({ biblioitemnumber => $bibitemno, ! biblionumber => $biblio, ! replacementprice => $replacement, ! price => $cost, ! booksellerid => $bookseller, ! homebranch => $branch, ! loan => $loan }, ! @barcodes); if ($error eq ''){ if ($itemtype ne 'PER'){