]> git.koha-community.org Git - koha.git/commit
Bug 30661: Allow to update more hold parameters via REST API
authorJohanna Raisa <johanna.raisa@gmail.com>
Tue, 3 May 2022 07:39:56 +0000 (10:39 +0300)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 25 Oct 2024 09:09:52 +0000 (11:09 +0200)
commitd3a71a446ab6cbe3a08c84ae051e707918a05798
tree822e370358f4c786128af12da8858cdc25697cbd
parent6190154a435a280cc7897499cf24e0458e27b715
Bug 30661: Allow to update more hold parameters via REST API

This patch adds hold_date and expiration_date to holds edit endpoint

Test plan:

1) prove t/db_dependent/api/v1/holds.t

Sponsored-by: Koha-Suomi Oy
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/REST/V1/Holds.pm
api/v1/swagger/paths/holds.yaml
t/db_dependent/api/v1/holds.t