Skip to content

Commit

Permalink
Revert "Update BDI_DataImportService.cls"
Browse files Browse the repository at this point in the history
This reverts commit c79af4e.
  • Loading branch information
enzigma-pratishtha-upadhyay committed Apr 8, 2024
1 parent c79af4e commit 743fd08
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions force-app/main/default/classes/BDI_DataImportService.cls
Original file line number Diff line number Diff line change
Expand Up @@ -974,9 +974,6 @@ global with sharing class BDI_DataImportService {
Map<String, Schema.SObjectField> mapS = Schema.SObjectType.DataImport__c.fields.getMap();
listStrDataImportFields = new List<String>();
listStrDataImportFields.addAll(mapS.keySet());
listStrDataImportFields.add('NPSP_Data_Import_Batch__r.Name');
listStrDataImportFields.add('NPSP_Data_Import_Batch__r.Batch_Number__c');

}
return listStrDataImportFields;
}
Expand Down

0 comments on commit 743fd08

Please sign in to comment.