From 19e4f54385a8c0e412826c93d7cc5538b45aa151 Mon Sep 17 00:00:00 2001 From: monishdeb Date: Mon, 26 Oct 2015 17:17:09 +0530 Subject: [PATCH] remove unecessary validation rule --- CRM/Utils/DeprecatedUtils.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/CRM/Utils/DeprecatedUtils.php b/CRM/Utils/DeprecatedUtils.php index 056e1b403f..5d3ae2552f 100644 --- a/CRM/Utils/DeprecatedUtils.php +++ b/CRM/Utils/DeprecatedUtils.php @@ -366,9 +366,6 @@ function _civicrm_api3_deprecated_formatted_param($params, &$values, $create = F if ($onDuplicate == CRM_Import_Parser::DUPLICATE_UPDATE) { return civicrm_api3_create_error("Empty Contribution and Invoice and Transaction ID. Row was skipped."); } - else { - return civicrm_api3_create_error("No Contact ID, External ID and/or Email provided. Row was skipped."); - } } break; -- 2.25.1