Koha::Patron::HouseboundProfile - Koha Patron HouseboundProfile Object class
HouseboundProfile class used primarily by members/housebound.pl.
Standard Koha::Objects definitions, and additional methods.
my $visits = Koha::Patron::HouseboundProfile->housebound_visits;
Returns a Koha::Patron::HouseboundVisits iterator for all the visits associated this houseboundProfile.
Alex Sassmannshausen <alex.sassmannshausen@ptfs-europe.com>