STATUS => 'ORDERED',
}
);
if ( C4::Context->preference('PlaceHoldsOnOrdersFromSuggestions') ) {
my $suggestion = Koha::Suggestions->find($suggestionid);
if ($suggestion) {
$suggestion->place_hold();
$orderinfo->{unitprice} = $orderinfo->{ecost} if not defined $orderinfo->{unitprice} or $orderinfo->{unitprice} eq '';
-