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

(-)a/Koha/AudioAlert.pm (-1 / +1 lines)
Lines 27-33 use base qw(Koha::Object); Link Here
27
27
28
=head1 NAME
28
=head1 NAME
29
29
30
Koha::AudioAlert - Koha Borrower Object class
30
Koha::AudioAlert - Koha Audio Alert object class
31
31
32
=head1 API
32
=head1 API
33
33
(-)a/Koha/AudioAlerts.pm (-2 / +1 lines)
Lines 29-35 use base qw(Koha::Objects); Link Here
29
29
30
=head1 NAME
30
=head1 NAME
31
31
32
Koha::AudioAlert - Koha Borrower Object class
32
Koha::AudioAlerts - Koha Audio Alert object set class
33
33
34
=head1 API
34
=head1 API
35
35
36
- 

Return to bug 11431