From: Galen Charlton Date: Tue, 11 Jan 2022 20:01:11 +0000 (-0500) Subject: LP#1942220: (follow-up) add flesh_li_details_receiver to LI retrieval X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a7e095292c1f7db3af9252970bed17ce07e594be;p=working%2FEvergreen.git LP#1942220: (follow-up) add flesh_li_details_receiver to LI retrieval Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Lineitem.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Lineitem.pm index 60eeb59e03..88a0f04bb7 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Lineitem.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Lineitem.pm @@ -189,6 +189,7 @@ sub retrieve_lineitem_impl { push(@{$fields->{acqlid}}, 'circ_modifier') if $$options{flesh_circ_modifier}; push(@{$fields->{acqlid}}, 'location') if $$options{flesh_location}; push(@{$fields->{acqlid}}, 'eg_copy_id') if $$options{flesh_copies}; + push(@{$fields->{acqlid}}, 'receiver') if $$options{flesh_li_details_receiver}; } if($$options{clear_marc}) { # avoid fetching marc blob