From: erickson Date: Mon, 23 Jun 2008 03:48:41 +0000 (+0000) Subject: make it an idlist call since we don not need the objects X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=01edf62abeb654d77d3b54e8f15ac44b390557d2;p=Evergreen.git 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 --- 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