From 01edf62abeb654d77d3b54e8f15ac44b390557d2 Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 23 Jun 2008 03:48:41 +0000 Subject: [PATCH] make it an idlist call since we don not need the objects git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@9916 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Acq/Lineitem.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Acq/Lineitem.pm b/Open-ILS/src/perlmods/OpenILS/Application/Acq/Lineitem.pm index 6803ae0dcb..5b0ac48267 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Acq/Lineitem.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Acq/Lineitem.pm @@ -633,7 +633,7 @@ sub receive_lineitem_detail_impl { # XXX update the fund_debit to encumberance=false my $non_recv = $e->search_acq_lineitem_detail( - {recv_time => undef, lineitem => $lid->lineitem}); + {recv_time => undef, lineitem => $lid->lineitem}, {idlist=>1}); unless(@$non_recv) { # if all of the lineitem details for this lineitem have -- 2.11.0