From 1d081fdb4be2d07cb446432c8232a761c917fefd Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 27 Jun 2016 10:06:02 -0400 Subject: [PATCH] hold targeter reify Signed-off-by: Bill Erickson --- Open-ILS/src/perlmods/lib/OpenILS/Utils/HoldTargeter.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Utils/HoldTargeter.pm b/Open-ILS/src/perlmods/lib/OpenILS/Utils/HoldTargeter.pm index cd7dc06ad9..d80c041aa1 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Utils/HoldTargeter.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Utils/HoldTargeter.pm @@ -537,7 +537,7 @@ sub get_hold_copies { }; } - my $copies = $e->json_query($query, {substream => 1}); + my $copies = $e->json_query($query); $self->{eligible_copy_count} = scalar(@$copies); $self->log_hold($self->{eligible_copy_count}." potential copies"); -- 2.11.0