Bug 32030: Link agreements to a package
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 23 May 2022 12:29:20 +0000 (14:29 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 8 Nov 2022 12:43:58 +0000 (09:43 -0300)
commit8df00b3634a8b702c4a890a9aad1f2c4c30e95ea
treec755fb319520772dd813ff7129424ae2e63cc21e
parent52779e4347aaf6481bd318fd80e5ce1ec6d6ffef
Bug 32030: Link agreements to a package

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/Package.pm
Koha/ERM/Package/Agreement.pm [new file with mode: 0644]
Koha/ERM/Package/Agreements.pm [new file with mode: 0644]
Koha/REST/V1/ERM/Packages.pm
api/v1/swagger/definitions/erm_package.yaml
api/v1/swagger/definitions/erm_package_agreement.yaml [new file with mode: 0644]
api/v1/swagger/paths/erm_packages.yaml
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/PackageAgreements.vue [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/PackagesFormAdd.vue
koha-tmpl/intranet-tmpl/prog/js/vue/fetch.js