projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeafcf3
)
dev/core#2498 dedupe rule saving fix
author
eileen
<emcnaughton@wikimedia.org>
Thu, 15 Apr 2021 19:37:48 +0000
(07:37 +1200)
committer
eileen
<emcnaughton@wikimedia.org>
Thu, 15 Apr 2021 19:37:48 +0000
(07:37 +1200)
CRM/Contact/Form/DedupeRules.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/Form/DedupeRules.php
b/CRM/Contact/Form/DedupeRules.php
index 1d6d2eb507712766a05a36a54487c21ff220eb1e..176214de8144e538e6199296b30c16b356687676 100644
(file)
--- 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'])) {