<<

NAME

neworderempty.pl

DESCRIPTION

this script allows to create a new record to order it. This record shouldn't exist on database.

CGI PARAMETERS

booksellerid the bookseller the librarian has to buy a new book.
title the title of this new record.
author the author of this new record.
publication year the publication year of this new record.
ordernumber the number of this order.
biblio
basketno the basket number for this new order.
suggestionid if this order comes from a suggestion.
breedingid the item's id in the breeding reservoir
close

MARCfindbreeding

  $record = MARCfindbreeding($breedingid);

Look up the import record repository for the record with record with id $breedingid. If found, returns the decoded MARC::Record; otherwise, -1 is returned (FIXME). Returns as second parameter the character encoding.

<<