]> git.evergreen-ils.org Git - Evergreen.git/commit
Fixing LP 1203796.
authorChris Sharp <csharp@georgialibraries.org>
Mon, 22 Jul 2013 16:35:46 +0000 (12:35 -0400)
committerBen Shum <bshum@biblio.org>
Mon, 26 Aug 2013 16:21:44 +0000 (12:21 -0400)
commit46959b3963e4ae4f9e8faae64b1772259cc58384
tree832ee18ede2ac8e6b738eb69079770dd6767bbfd
parent58845f8a32dbf95c84a44d3d77538db9ac4782f0
Fixing LP 1203796.

The alternate view in the Item Status screen shows a "Total Circs"
field that was under-counting circulations because UNION filtered
out duplicates.  This commit replaces UNION with UNION ALL, which
allows duplicate rows.

Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/examples/fm_IDL.xml