Skip to content

Commit

Permalink
Merge pull request #380 from USEPA/feature/update-2023-prf-bus-max-re…
Browse files Browse the repository at this point in the history
…bate-field

Feature/update 2023 prf bus max rebate field
  • Loading branch information
courtneymyers authored Jan 29, 2024
2 parents 5c4e1d6 + 63ad61d commit a7389f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server/app/utilities/formio.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,9 @@ function fetchDataForPRFSubmission({ rebateYear, req, res }) {
orgContactFName: newOwnerRecord?.Contact__r?.FirstName,
orgContactLName: newOwnerRecord?.Contact__r?.LastName,
},
bus_rebate: New_Bus_Infra_Rebate_Requested__c,
bus_newFuelType: New_Bus_Fuel_Type__c,
bus_newGvwr: New_Bus_GVWR__c,
_bus_maxRebate: New_Bus_Infra_Rebate_Requested__c,
_bus_newADAfromFRF: New_Bus_ADA_Compliant__c,
};
});
Expand Down

0 comments on commit a7389f8

Please sign in to comment.