Fixing LP#1203734 - "Show Last Few Circulations" interface not counting archived... user/csharp/fix_show_last_few_circulations_circ_count
authorChris Sharp <csharp@georgialibraries.org>
Thu, 25 Jul 2013 15:47:21 +0000 (11:47 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Thu, 25 Jul 2013 15:47:21 +0000 (11:47 -0400)
commit19a24178e541bf0b38b49166cbb33b4465e21c3d
tree41de0585d880574a3efbb21563f586c27a64c363
parentc5980d3a22e04b15e08406bffc77c38e9ac4a31b
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