Skip to content

Commit

Permalink
Merge pull request #355 from USEPA/feature/add-sam-poc-emails-to-2023…
Browse files Browse the repository at this point in the history
…-frf

Feature/add sam poc emails to 2023 frf
  • Loading branch information
courtneymyers authored Sep 12, 2023
2 parents 515a7a0 + 2c8c823 commit 37ac5a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/client/src/routes/frfNew.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ function createInitialSubmissionData(options: {
_user_title: title,
_user_name: name,
_bap_entity_combo_key: comboKey,
_bap_elec_bus_poc_email: entity.ELEC_BUS_POC_EMAIL__c,
_bap_alt_elec_bus_poc_email: entity.ALT_ELEC_BUS_POC_EMAIL__c,
_bap_govt_bus_poc_email: entity.GOVT_BUS_POC_EMAIL__c,
_bap_alt_govt_bus_poc_email: entity.ALT_GOVT_BUS_POC_EMAIL__c,
_bap_applicant_email: email,
_bap_applicant_title: title,
_bap_applicant_name: name,
Expand Down

0 comments on commit 37ac5a0

Please sign in to comment.