add flesh_{creator,editor,selector} options to LI retrieval
authorGalen Charlton <gmc@equinoxinitiative.org>
Fri, 7 Feb 2020 14:14:24 +0000 (09:14 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Fri, 7 Feb 2020 14:14:24 +0000 (09:14 -0500)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Lineitem.pm

index 2ed6dae..d3178d6 100644 (file)
@@ -169,6 +169,9 @@ sub retrieve_lineitem_impl {
     push(@{$fields->{jub}   },      'provider') if $$options{flesh_provider};
     push(@{$fields->{jub}   },  'claim_policy') if $$options{flesh_claim_policy};
     push(@{$fields->{jub}   }, 'queued_record') if $$options{flesh_queued_record};
+    push(@{$fields->{jub}   },       'creator') if $$options{flesh_creator};
+    push(@{$fields->{jub}   },        'editor') if $$options{flesh_editor};
+    push(@{$fields->{jub}   },      'selector') if $$options{flesh_selector};
 
     if($$options{flesh_li_details}) {
         push(@{$fields->{jub}   }, 'lineitem_details');