Koha/api/v1
Martin Renvoize f00a28b576 Bug 29105: Add effective_itemtype handling to items api
This patch adds effective_item_type_id to the items api.

We overload the to_api method to append the effective_item_type_id field
with that of the effective itemtype code.

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit dc75b5d5cd)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
2022-08-23 19:19:03 +00:00
..
swagger Bug 29105: Add effective_itemtype handling to items api 2022-08-23 19:19:03 +00:00
app.pl