From 63ad61db4e02ca72391fa9721008428d64ccf346 Mon Sep 17 00:00:00 2001 From: Courtney Myers Date: Mon, 29 Jan 2024 16:12:55 -0500 Subject: [PATCH] Update name of field used in a brand new 2023 PRF submission for storing each bus's max rebate amount --- app/server/app/utilities/formio.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/server/app/utilities/formio.js b/app/server/app/utilities/formio.js index 61a8186a..fe589d6e 100644 --- a/app/server/app/utilities/formio.js +++ b/app/server/app/utilities/formio.js @@ -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, }; });