From 4af27703cc3295d98396e2ef1b700a61f0348db4 Mon Sep 17 00:00:00 2001 From: ray-wright Date: Wed, 8 Apr 2020 16:09:48 -0400 Subject: [PATCH] add client email link to manage case header --- templates/CRM/Case/Form/CaseView.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Case/Form/CaseView.tpl b/templates/CRM/Case/Form/CaseView.tpl index ae8fc33fca..524da11842 100644 --- a/templates/CRM/Case/Form/CaseView.tpl +++ b/templates/CRM/Case/Form/CaseView.tpl @@ -45,7 +45,7 @@ {foreach from=$caseRoles.client item=client} - {$client.display_name} + {$client.display_name}{if $client.email}{crmAPI var='email_type_id' entity='OptionValue' action='getsingle' return="value" name="Email" option_group_id="activity_type"}{/if} {if $client.phone} -- 2.25.1