Bug 18936: (QA follow-up) Add missing POD
Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
8fd9ff1730
commit
86bc36508f
1 changed files with 10 additions and 0 deletions
|
@ -23,6 +23,16 @@ use Koha::CirculationRules;
|
|||
|
||||
use Try::Tiny;
|
||||
|
||||
=head1 API
|
||||
|
||||
=head2 Methods
|
||||
|
||||
=head3 get_kinds
|
||||
|
||||
List all available circulation rules that can be used.
|
||||
|
||||
=cut
|
||||
|
||||
sub get_kinds {
|
||||
my $c = shift->openapi->valid_input or return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue