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 an arrayref of all visits associated this houseboundProfile.
Alex Sassmannshausen <alex.sassmannshausen@ptfs-europe.com>