Bug 32030: Link eHolding with packages
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 25 May 2022 11:33:35 +0000 (13:33 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 8 Nov 2022 12:44:00 +0000 (09:44 -0300)
commitbdee83ef937262cfd504edb643f9b32bbcf8ad41
tree8f67f42420b9900fcca247ef957419ec33d552ea
parent88b738828b51ae0b084f1983afcd63e3646523de
Bug 32030: Link eHolding with packages

Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/ERM/EHolding.pm
Koha/ERM/EHolding/Package.pm [new file with mode: 0644]
Koha/ERM/EHolding/Packages.pm [new file with mode: 0644]
Koha/REST/V1/ERM/EHoldings.pm
api/v1/swagger/definitions/erm_eholding.yaml
api/v1/swagger/definitions/erm_eholding_package.yaml [new file with mode: 0644]
api/v1/swagger/paths/erm_eholdings.yaml
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingPackages.vue [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsFormAdd.vue
koha-tmpl/intranet-tmpl/prog/js/vue/fetch.js