Fixing LP#1203734 - "Show Last Few Circulations" interface not counting archived...
authorChris Sharp <csharp@georgialibraries.org>
Thu, 25 Jul 2013 15:47:21 +0000 (11:47 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 20 Oct 2014 12:59:49 +0000 (08:59 -0400)
commit16fe5bdf869a73a9c3f5b5051e431fedc5cac91e
tree3580780947ddd45629bf781a1731776898bc745b
parent3be905ce00442c42c23c8bca733e42c6a6ede0eb
Fixing LP#1203734 - "Show Last Few Circulations" interface not counting archived circulations.

open-ils.storage.asset.copy.circ_count was only pulling information from
action.circulation.  This changes that table to action.all_circulation instead.
It does not factor values in extend_reporter.legacy_circ_count.

Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/action.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Driver/Pg/dbi.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/asset.pm