https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43126
--- Comment #8 from Matt Blenkinsop <[email protected]> --- Created attachment 204010 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=204010&action=edit Bug 43126: Add an optional holdability parameter to biblio/{biblio_id}/items Adds holdability and patron_id parameters to GET /biblios/{biblio_id}/items. With them, each item in the response carries a holdability attribute. Only the items on the requested page are checked, so the cost follows the page size rather than the size of the record. Makes the per-record context reader on Koha::Biblio::Availability::Hold public, so the controller reuses it instead of repeating it and drifting from it. Assisted-by: Sonnet 5 (Anthropic) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
