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

(-)a/Koha/Patron.pm (-13 lines)
Lines 831-848 sub is_child { Link Here
831
    return $self->category->category_type eq 'C' ? 1 : 0;
831
    return $self->category->category_type eq 'C' ? 1 : 0;
832
}
832
}
833
833
834
=head3 store
835
836
=cut
837
838
sub store {
839
    my ($self) = @_;
840
841
    # $self->_validate();
842
843
    return $self->SUPER::store();
844
}
845
846
=head2 Internal methods
834
=head2 Internal methods
847
835
848
=head3 _type
836
=head3 _type
849
- 

Return to bug 16330