]> 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:09:32 +0000 (11:09 -0400)
commitb5fdef2bf039dd48a3c435415676569eaca8f365
tree74ee133d4bf2b48c8293cc83b0c07d65979a6a3f
parent77211d14580ddc09f3bd14c9756c20539c53528a
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