From cb3e71c2ef09beff300301f3ee722d153f015523 Mon Sep 17 00:00:00 2001 From: p-upadhyay_sfemu Date: Thu, 2 May 2024 17:40:12 +0530 Subject: [PATCH] Update BDI_DataImportService.cls --- force-app/main/default/classes/BDI_DataImportService.cls | 1 - 1 file changed, 1 deletion(-) diff --git a/force-app/main/default/classes/BDI_DataImportService.cls b/force-app/main/default/classes/BDI_DataImportService.cls index 9abd48fc60b..0e48407696f 100644 --- a/force-app/main/default/classes/BDI_DataImportService.cls +++ b/force-app/main/default/classes/BDI_DataImportService.cls @@ -626,7 +626,6 @@ global with sharing class BDI_DataImportService { for(DataImport__c dataImport : listDI){ if(dataImport.Recurring_Donation_Recurring_Type__c !=null) { dataImport.Donation_Date__c = null; - dataImport.Donation_Amount__c = null; } } }