Bug 18731: Add API mappings to K::A::{Basket,Invoice}
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 30 Dec 2019 18:36:57 +0000 (15:36 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 9 Jan 2020 16:25:47 +0000 (16:25 +0000)
commit5d8ae2e6c8fd6f0de86f13ed444aec6fe69d9147
tree2a088a7bf6232f846cbda3f5b897a3ccfc3b27c2
parent441cde5dbdf914953986cae2af9bb7bac569f87a
Bug 18731: Add API mappings to K::A::{Basket,Invoice}

This patch adds to_api_mapping definitions to the following classes:

- Koha::Acquisition::Basket
- Koha::Acquisition::Invoice

They are implemented following the proposed RFCs:
https://wiki.koha-community.org/wiki/Acquisitions_baskets_endpoint_RFC
https://wiki.koha-community.org/wiki/Acquisitions_invoices_endpoint_RFC

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Acquisition/Basket.pm
Koha/Acquisition/Invoice.pm
Koha/Schema/Result/Aqbasket.pm