[open-ils-commits] r18554 - branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Nov 1 14:27:18 EDT 2010
Author: miker
Date: 2010-11-01 14:27:14 -0400 (Mon, 01 Nov 2010)
New Revision: 18554
Modified:
branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
Log:
Backport thinko fix for count reporting
Modified: branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
===================================================================
--- branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm 2010-11-01 18:16:56 UTC (rev 18553)
+++ branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm 2010-11-01 18:27:14 UTC (rev 18554)
@@ -1728,8 +1728,8 @@
)->gather(1)->{id} :
$one_org->id;
- my $count_req = $_search->request('open-ils.search.biblio.record.copy_count.atomic' => $top_org => $bib);
- my $staff_count_req = $_search->request('open-ils.search.biblio.record.copy_count.staff.atomic' => $top_org => $bib);
+ my $count_req = $_search->request('open-ils.search.biblio.record.copy_count' => $top_org => $bib);
+ my $staff_count_req = $_search->request('open-ils.search.biblio.record.copy_count.staff' => $top_org => $bib);
my $orgs = $_storage->request(
'open-ils.cstore.json_query.atomic',
More information about the open-ils-commits
mailing list