Koha::Acquisition::Order Object class
Overloaded new method for backwards compatibility.
Overloaded store method for backwards compatibility.
$order->add_item( $itemnumber );
Link an item to this order.
my $basket = Koha::Acquisition::Orders->find( $id )->basket;
Returns the basket associated to the order.