Skip to content

Commit

Permalink
Merge pull request #156 from knikolla/pi_email_in_storage_invoices
Browse files Browse the repository at this point in the history
Return PI email in storage invoices
  • Loading branch information
knikolla authored May 2, 2024
2 parents f2db32e + db048fd commit 0794055
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def process_invoice_row(allocation, attrs, su_name, rate):
InvoiceMonth=options['invoice_month'],
Project_Name=allocation.get_attribute(attributes.ALLOCATION_PROJECT_NAME),
Project_ID=allocation.get_attribute(attributes.ALLOCATION_PROJECT_ID),
PI=allocation.project.pi,
PI=allocation.project.pi.email,
Institution_Specific_Code=allocation.get_attribute(
attributes.ALLOCATION_INSTITUTION_SPECIFIC_CODE
) or "N/A",
Expand Down

0 comments on commit 0794055

Please sign in to comment.