Skip to content

Commit

Permalink
Merge pull request #404 from USEPA/feature/update-prf-field-names
Browse files Browse the repository at this point in the history
Feature/update prf field names
  • Loading branch information
courtneymyers authored Mar 28, 2024
2 parents 5dc5cd0 + 02c977a commit a102c4b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions app/server/app/utilities/formio.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,16 +265,16 @@ function fetchDataForPRFSubmission({ rebateYear, req, res }) {
// privateFleet: false,
},
// _org_typeCombined: "", // NOTE: 'Existing Bus Owner, New Bus Owner'
org_id: orgId,
_org_id: orgId,
org_name: orgName,
org_contact_id: contactId,
org_contactFName: FirstName,
org_contactLName: LastName,
org_contactTitle: Title,
org_contactEmail: Email,
org_contactPhone: Phone,
org_address1: orgStreetAddress1,
org_address2: orgStreetAddress2,
_org_contact_id: contactId,
org_contact_fname: FirstName,
org_contact_lname: LastName,
org_contact_title: Title,
org_contact_email: Email,
org_contact_phone: Phone,
org_address_1: orgStreetAddress1,
org_address_2: orgStreetAddress2,
org_county: County__c,
org_city: BillingCity,
org_state: {
Expand Down

0 comments on commit a102c4b

Please sign in to comment.