<<

NAME

Koha::Acquisition::Orders object set class

API

Class Methods

filter_by_lates

my $late_orders = $orders->filter_by_lates($params);

Filter an order set given different parameters.

This is the equivalent method of the former GetLateOrders C4 subroutine

$params can be:

delay the number of days the basket has been closed
bookseller_id the bookseller id
estimated_from Beginning of the estimated delivery date
estimated_to End of the estimated delivery date

Internal methods

_type (internal)

object_class (internal)

<<