View | Details | Raw Unified | Return to bug 20956
Collapse All | Expand All

(-)a/Koha/Patron.pm (-3 / +2 lines)
Lines 3593-3601 sub is_anonymous { Link Here
3593
    return ( $anonymous_patron && $self->borrowernumber eq $anonymous_patron ) ? 1 : 0;
3593
    return ( $anonymous_patron && $self->borrowernumber eq $anonymous_patron ) ? 1 : 0;
3594
}
3594
}
3595
3595
3596
=head3 get_permissions
3596
=head3 permissions
3597
3597
3598
my $flags = $patron->get_permissons
3598
my $flags = $patron->permissions
3599
3599
3600
Returns a structure such as:
3600
Returns a structure such as:
3601
{
3601
{
3602
- 

Return to bug 20956