Bug 39678

Summary: biblio->current_holds return suspended holds
Product: Koha Reporter: Marion Durand <marion.durand>
Component: CatalogingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: m.de.rooy
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 Marion Durand 2025-04-18 13:40:39 UTC
biblio->current_holds return suspended holds. They can then be taken into account where they should not (as they are suspended).

items->current_holds and biblio_current_holds does not behave similarly.
items->current_holds doesn't return suspended holds.