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

(-)a/Koha/Acquisition/Invoice.pm (+1 lines)
Lines 27-32 Koha::Acquisition::Invoice object class Link Here
27
27
28
=head1 API
28
=head1 API
29
29
30
=head2 Class methods
30
31
31
=head3 to_api
32
=head3 to_api
32
33
(-)a/Koha/REST/V1/Acquisitions/Orders.pm (-2 / +1 lines)
Lines 69-75 sub list { Link Here
69
69
70
=head3 get
70
=head3 get
71
71
72
Controller function that handles retrieving a single Koha::Aquisition::Order object
72
Controller function that handles retrieving a single Koha::Acquisition::Order object
73
73
74
=cut
74
=cut
75
75
76
- 

Return to bug 18731