<<

NAME

Koha::Bookings - Koha Booking object set class

API

Class Methods

filter_by_active

    $bookings->filter_by_active;

Will return the bookings that have not ended, were cancelled or are completed.

Internal Methods

_type

object_class

AUTHOR

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

<<