Koha::Bookings - Koha Booking object set class
$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.
Martin Renvoize <martin.renvoize@ptfs-europe.com>