]> 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:13 +0000 (12:21 -0400)
commit1c595b8d9b92a57b9e48d55d30e215a00afadcfe
treecf43145f17612b94acc4442c360b1bb3998f8b5d
parentad0da8c8fed4699e8a881d0e1e85cba1742e64bf
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