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

(-)a/Koha/REST/V1/CirculationRules.pm (-1 / +10 lines)
Lines 23-28 use Koha::CirculationRules; Link Here
23
23
24
use Try::Tiny;
24
use Try::Tiny;
25
25
26
=head1 API
27
28
=head2 Methods
29
30
=head3 get_kinds
31
32
List all available circulation rules that can be used.
33
34
=cut
35
26
sub get_kinds {
36
sub get_kinds {
27
    my $c = shift->openapi->valid_input or return;
37
    my $c = shift->openapi->valid_input or return;
28
38
29
- 

Return to bug 18936