force-app/main/default/classes/NewAndEditContactController.cls
@@ -33,7 +33,6 @@ public PageReference PageLoad(){ system.debug('rtTypeId='+rtTypeId); string s = null; if(!string.isBlank(rtTypeId)){ s = Schema.SObjectType.Contact.getRecordTypeInfosById().get(rtTypeId).getDeveloperName(); if(s == 'Agency' || s == 'Internal_staff'){