Bug 23669 - Verify if checkouts or reserves requests from ILS-DI periods overlap with existing reserves
Summary: Verify if checkouts or reserves requests from ILS-DI periods overlap with exi...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Web services (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Arthur Suzuki
QA Contact: Testopia
URL:
Keywords:
Depends on: 15261 23531
Blocks:
  Show dependency treegraph
 
Reported: 2019-09-23 12:29 UTC by Arthur Suzuki
Modified: 2022-03-11 09:33 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 23669 : Add overlap reserve check in ILS-DI HoldTitle and HoldItem (2.07 KB, patch)
2022-03-11 09:33 UTC, Arthur Suzuki
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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