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

(-)a/Koha/CirculationRule.pm (-1 / +1 lines)
Lines 27-33 use Koha::ItemTypes; Link Here
27
27
28
=head1 NAME
28
=head1 NAME
29
29
30
Koha::Hold - Koha Hold object class
30
Koha::CirculationRule - Koha CirculationRule  object class
31
31
32
=head1 API
32
=head1 API
33
33
(-)a/Koha/CirculationRules.pm (-2 / +1 lines)
Lines 28-34 use base qw(Koha::Objects); Link Here
28
28
29
=head1 NAME
29
=head1 NAME
30
30
31
Koha::IssuingRules - Koha IssuingRule Object set class
31
Koha::CirculationRules - Koha CirculationRule Object set class
32
32
33
=head1 API
33
=head1 API
34
34
35
- 

Return to bug 18887