Bug 26277

Summary: Merging records allows a mix of hold types
Product: Koha Reporter: Andrew Fuerste-Henry <andrew>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: gmcharlt, kyle.m.hall, kyle, nick
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

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?