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

(-)a/Koha/Patron/Restriction.pm (-2 lines)
Lines 30-37 Koha::Patron::Restriction - Koha Patron::Restriction Object class Link Here
30
30
31
=head2 Class methods
31
=head2 Class methods
32
32
33
=head2 Relation accessors
34
35
=head3 type
33
=head3 type
36
34
37
  my $restriction_type = $restriction->type;
35
  my $restriction_type = $restriction->type;
(-)a/Koha/Patron/Restrictions.pm (-3 lines)
Lines 29-36 Koha::Patron::Restrictions - Koha Patron Restriction Object set class Link Here
29
29
30
=head1 API
30
=head1 API
31
31
32
=head2 Class methods
33
34
=head2 Internal methods
32
=head2 Internal methods
35
33
36
=head3 _type
34
=head3 _type
37
- 

Return to bug 31095