<<
neworderempty.pl
this script allows to create a new record to order it. This record shouldn't exist on database.
$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.