Bug 26277 - Merging records allows a mix of hold types
Summary: Merging records allows a mix of hold types
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-21 15:55 UTC by Andrew Fuerste-Henry
Modified: 2020-08-21 15:56 UTC (History)
4 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Fuerste-Henry 2020-08-21 15:55:59 UTC
To recreate:
- Place a bib-level hold on Biblio A
- Place an item-level hold on Biblio B for the same patron
- merge Biblios A&B
- patron now has both a bib level hold and an item level hold on the same record

We broadly forbid this type of mixed holds for the same patron. Should we prevent it here, too?