(dev/core#2766) provide way to distinguish the core and custom fields on Find and...
authoryashodha <yashodha@cividesk.com>
Tue, 5 Oct 2021 16:21:59 +0000 (21:51 +0530)
committeryashodha <yashodha@cividesk.com>
Tue, 5 Oct 2021 16:21:59 +0000 (21:51 +0530)
CRM/Dedupe/BAO/DedupeRuleGroup.php

index ce14df0c5438ba5f2214aab23a253da7d5504e0d..4dedd05586b0ac3ae595191e5228c6e88c0c779c 100644 (file)
@@ -115,7 +115,7 @@ class CRM_Dedupe_BAO_DedupeRuleGroup extends CRM_Dedupe_DAO_DedupeRuleGroup {
             continue;
           }
           foreach ($cg['fields'] as $cf) {
-            $fields[$ctype][$cg['table_name']][$cf['column_name']] = $cf['label'];
+            $fields[$ctype][$cg['table_name']][$cf['column_name']] = $cg['title'] . ' : ' . $cf['label'];
           }
         }
       }