<<

NAME

Koha::Patron::HouseboundVisit - Koha Patron HouseboundVisit Object class

SYNOPSIS

HouseboundVisit class used primarily by members/housebound.pl.

DESCRIPTION

Standard Koha::Objects definitions, and additional methods.

API

Class Methods

chooser

  my $chooser = Koha::Patron::HouseboundVisit->chooser;

Returns the prefetched chooser for this visit.

deliverer

  my $deliverer = Koha::Patron::HouseboundVisit->deliverer;

Returns the prefetched deliverer for this visit.

_type

AUTHOR

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

<<