Koha::Patron::Restriction - Koha Patron::Restriction Object class
my $restriction_type = $restriction->type;
Returns the restriction type
my $is_expired = $restriction->is_expired;
Returns 1 if the restriction is expired or 0;
Corresponding DBIC resultset class name
Martin Renvoize <martin.renvoize@ptfs-europe.com>