<<

NAME

Koha::Bookings - Koha Booking object set class

API

Class Methods

filter_by_active

    $bookings->filter_by_active;

Returns bookings that are still active, i.e. awaiting collection (new) or currently on loan (issued). Cancelled and completed bookings are excluded.

Internal Methods

_type

object_class

AUTHOR

Martin Renvoize <martin.renvoize@ptfs-europe.com>

<<