Skip to content
Snippets Groups Projects
Commit c5df6a74 authored by ErikHommel's avatar ErikHommel
Browse files

fix issue when saving mapping for date field - field set to null if no mandate org

parent bdcb3dbf
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ class CRM_Streetrecruitmentimport_Form_SrMapping extends CRM_Core_Form {
$mandateOrganizationValue = $this->_submitValues['sr_mandate_organization_value'];
}
else {
$fieldDateFormat = NULL;
$mandateOrganizationValue = NULL;
}
// if name is empty, delete mapping
if (empty($fieldMappingName)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment