<<

NAME

Koha::Patron::HouseboundProfile - Koha Patron HouseboundProfile Object class

SYNOPSIS

HouseboundProfile class used primarily by members/housebound.pl.

DESCRIPTION

Standard Koha::Objects definitions, and additional methods.

API

Class Methods

housebound_visits

  my $visits = Koha::Patron::HouseboundProfile->housebound_visits;

Returns an arrayref of all visits associated this houseboundProfile.

_type

AUTHOR

Alex Sassmannshausen <alex.sassmannshausen@ptfs-europe.com>

<<