Koha::Patron::HouseboundVisit - Koha Patron HouseboundVisit Object class
HouseboundVisit class used primarily by members/housebound.pl.
Standard Koha::Objects definitions, and additional methods.
my $chooser = Koha::Patron::HouseboundVisit->chooser;
Returns the prefetched chooser for this visit.
my $deliverer = Koha::Patron::HouseboundVisit->deliverer;
Returns the prefetched deliverer for this visit.
Alex Sassmannshausen <alex.sassmannshausen@ptfs-europe.com>