]> git.koha-community.org Git - koha.git/commit
Bug 37076: Fix incorrect needsconfirmation code
authorMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Wed, 12 Jun 2024 13:36:42 +0000 (13:36 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 26 Aug 2024 15:39:31 +0000 (17:39 +0200)
commit2b7e770429e4e85f2cebbf2d2b4a56f13fc0df6e
tree391d61a8b0f8b95999524763d7903395922c2052
parentede0b6d8d704f823bf630844d55d4a3be2fb930a
Bug 37076: Fix incorrect needsconfirmation code

This patch corrects two instances of RESERVED_WAITING to RESERVE_WAITING

Test plan:
1) Navigate to system preferences and search for AllowItemsOnHoldCheckoutSCO
2) Observe from the description that the correct status code is RESERVE_WAITING
3) Search the repository for RESERVED_WAITING - you should find two instances, one in Checkouts.pm and one in checkout.js
4) Apply patch
5) Repeat step 3 - there should be 0 instances

Signed-off-by: Lucas <lchirlias@ville-roubaix.fr>
Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/REST/V1/Checkouts.pm
koha-tmpl/opac-tmpl/bootstrap/js/modals/checkout.js