Skip to content

Commit

Permalink
Merge pull request #518 from USEPA/feature/update-2024-prf-fields
Browse files Browse the repository at this point in the history
Feature/update 2024 prf fields
  • Loading branch information
courtneymyers authored Dec 20, 2024
2 parents 2d9f9a7 + c0f03a8 commit 33b65ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/server/app/utilities/formio.js
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ function fetchDataForPRFSubmission({ rebateYear, req, res }) {
},
_bap_org_id: orgId,
_bap_org_name: orgName,
_bap_org_contact_id: contactId,
_bap_org_contact_id_frf: contactId,
_bap_org_contact_fname: FirstName,
_bap_org_contact_lname: LastName,
_bap_org_contact_title: Title,
Expand All @@ -597,7 +597,7 @@ function fetchDataForPRFSubmission({ rebateYear, req, res }) {
_bap_org_address_2: orgStreetAddress2,
_bap_org_county: County__c,
_bap_org_city: BillingCity,
_bap_org_state: { name: BillingState },
_bap_org_state: BillingState,
_bap_org_zip: BillingPostalCode,
});
}
Expand Down

0 comments on commit 33b65ae

Please sign in to comment.