Bug 39678 - biblio->current_holds return suspended holds
Summary: biblio->current_holds return suspended holds
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-18 13:40 UTC by Marion Durand
Modified: 2025-04-18 13:40 UTC (History)
1 user (show)

See Also:
GIT URL:
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 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.