Bug 23669

Summary: Verify if checkouts or reserves requests from ILS-DI periods overlap with existing reserves
Product: Koha Reporter: Arthur Suzuki <arthur.suzuki>
Component: Web servicesAssignee: Arthur Suzuki <arthur.suzuki>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: julian.maurice
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 15261, 23531    
Bug Blocks:    
Attachments: Bug 23669 : Add overlap reserve check in ILS-DI HoldTitle and HoldItem

Description Arthur Suzuki 2019-09-23 12:29:44 UTC
Same as BZ15261 but for WebServices
Comment 1 Arthur Suzuki 2022-03-11 09:33:33 UTC
Created attachment 131584 [details] [review]
Bug 23669 : Add overlap reserve check in ILS-DI HoldTitle and HoldItem

Test plan :
- set PreventReservesOnSamePeriod
- put a first reserve on an item
- try to put another reserve from ILS-DI
- the second reserve should succeed although PreventReservesOnSamePeriod is set.
- apply patch and repeat the process, the second reserve should not succeed