From: miker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Mon, 1 Nov 2010 18:16:56 +0000 (+0000)
Subject: there is no atomic version, of course ... it is all atomic all the time
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f7bedc04fbd7b748877ea2bc9bd3c1f75400583e;p=evergreen%2Fmasslnc.git

there is no atomic version, of course ... it is all atomic all the time

git-svn-id: svn://svn.open-ils.org/ILS/trunk@18553 dcc99617-32d9-48b4-a31d-7c20da2025e4
---

diff --git a/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
index 9187e42189..175a80b812 100644
--- a/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
+++ b/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
@@ -1728,8 +1728,8 @@ sub new_record_holdings {
         )->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',