Update csv_export.py

This commit is contained in:
zandercymatics 2024-06-06 14:59:15 -06:00
parent ce21826fdc
commit f48e1f8689
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -799,7 +799,7 @@ class DomainRequestExport:
"Other contacts": extra_fields.get("all_other_contacts"), "Other contacts": extra_fields.get("all_other_contacts"),
"Current websites": extra_fields.get("all_current_websites"), "Current websites": extra_fields.get("all_current_websites"),
# Normal fields # Normal fields
"Federal agency": request.federal_agency.agency, "Federal agency": request.federal_agency.agency if request.federal_agency else None,
"AO first name": request.authorizing_official.first_name, "AO first name": request.authorizing_official.first_name,
"AO last name": request.authorizing_official.last_name, "AO last name": request.authorizing_official.last_name,
"AO email": request.authorizing_official.email, "AO email": request.authorizing_official.email,