From ffe055a3cc10b71194814146b71e3330ca3771c8 Mon Sep 17 00:00:00 2001 From: eileen Date: Fri, 16 Apr 2021 07:37:48 +1200 Subject: [PATCH] dev/core#2498 dedupe rule saving fix --- CRM/Contact/Form/DedupeRules.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Contact/Form/DedupeRules.php b/CRM/Contact/Form/DedupeRules.php index 1d6d2eb507..176214de81 100644 --- a/CRM/Contact/Form/DedupeRules.php +++ b/CRM/Contact/Form/DedupeRules.php @@ -143,7 +143,6 @@ class CRM_Contact_Form_DedupeRules extends CRM_Admin_Form { if (!empty($fields["weight_$count"])) { $actualThreshold += $fields["weight_$count"]; } - break; } } if (empty($fields['threshold'])) { -- 2.25.1