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

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

Return to bug 20956