Skip to content

Commit

Permalink
Update name of field used in a brand new 2023 PRF submission for stor…
Browse files Browse the repository at this point in the history
…ing each bus's max rebate amount
  • Loading branch information
courtneymyers committed Jan 29, 2024
1 parent 5c4e1d6 commit 63ad61d
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 63ad61d

Please sign in to comment.