From 93fbec368a606e24c8ab8be3e2b317d2398baaba Mon Sep 17 00:00:00 2001 From: yashodha Date: Fri, 27 Jan 2017 13:14:14 +0530 Subject: [PATCH] CRM-19686 - Dedupe Exceptions Should Link to Contacts(4.6 backport) --- templates/CRM/Contact/Page/DedupeException.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/CRM/Contact/Page/DedupeException.tpl b/templates/CRM/Contact/Page/DedupeException.tpl index 396e45f140..e92b713c3f 100644 --- a/templates/CRM/Contact/Page/DedupeException.tpl +++ b/templates/CRM/Contact/Page/DedupeException.tpl @@ -35,9 +35,9 @@ {foreach from=$dedupeExceptions item=exception key=id} - {$exception.main.name} - {$exception.other.name} - » {ts}Remove Exception{/ts} + {$exception.main.name} + {$exception.other.name} + » {ts}Remove Exception{/ts} {/foreach} -- 2.25.1