Change #4423
Category | None |
Changed by | Mike Rylander <mrylander | @gmail.com>
Changed at | Mon 24 Jul 2017 10:46:45 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | 5ed2320b3f78a4f537f00a384ddb6873e48b6dfa |
Comments
LP#1664715: Hold ratio template ignores some copies The relatively new report template "Hold/Copy Ratio per Bib and Pickup Library (and Descendants)" only includes copies that are at locations that are actually pickup libraries of holds. For instance, if you have two branches (A and B) in a system, each with 10 copies attached to a bib, but a hold only at branch A, the ratio calculated at the system level sees 10 copies rather than twenty. This has the effect of inflating the hold side of the hold/copy ratio. The SQL definition is adjusted here to count copies across the entire branch of the org tree per bib, rather than through a join that restricts to those branches that are pickup libraries for a relevant hold. Upgrade note: Report templates using the Hold/Copy Ratio at Pickup Library and Descendants data source will need to be re-created to benefit from this bug fix. Signed-off-by: Mike Rylander <mrylander@gmail.com> Signed-off-by: Josh Stompro <stomproj@larl.org> Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Changed files
- Open-ILS/examples/fm_IDL.xml