https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33471
Bug ID: 33471
Summary: Improve performance of hold pickup location
verification for next available holds
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Hold requests
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
When placing a new hold, or updating the location of an existing hold, we
verify that the pickup location is valid.
To do so we call 'pickup_locations' on the bib, or the item.
The item case is trivial, however, for bibs we call Item->pickup_locations for
every item on the bib. If we are simply validating a single location this can
be quite expensive and unnecessary.
I propose adding a new function to specifically validate pickup location for a
biblio
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/