LP#1942220: (follow-up) add flesh_li_details_receiver to LI retrieval
authorGalen Charlton <gmc@equinoxOLI.org>
Tue, 11 Jan 2022 20:01:11 +0000 (15:01 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Tue, 11 Jan 2022 20:01:11 +0000 (15:01 -0500)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Lineitem.pm

index 60eeb59..88a0f04 100644 (file)
@@ -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