]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1664715: Hold ratio template ignores some copies
authorMike Rylander <mrylander@gmail.com>
Tue, 14 Feb 2017 20:59:53 +0000 (15:59 -0500)
committerKathy Lussier <klussier@masslnc.org>
Mon, 24 Jul 2017 15:10:06 +0000 (11:10 -0400)
commitf79f727e77096d1bf760c733d88f6a3e4bc97e2f
tree649b8cd590c30947fdab74fcaef41fee0a66c2e3
parente2d669c6044c5e99ac5fc07f4aff09d2e3b134dd
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>
Open-ILS/examples/fm_IDL.xml