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

(-)a/Koha/REST/V1/AuthorisedValues.pm (-1 / +3 lines)
Lines 28-34 use Try::Tiny; Link Here
28
28
29
=head2 Methods
29
=head2 Methods
30
30
31
=head3 list
31
=head3 list_av_from_category
32
33
This routine returns the authorised values for a given category
32
34
33
=cut
35
=cut
34
36

Return to bug 32981