Skip to content

Commit

Permalink
Make contact name into a link on Manage Case for single client
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwire committed Aug 3, 2018
1 parent 0786231 commit 075977e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/CRM/Case/Form/CaseView.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<table class="form-layout-compressed">
{foreach from=$caseRoles.client item=client}
<tr class="crm-case-caseview-display_name">
<td class="label-left bold" style="padding: 0px; border: none;">{$client.display_name}</td>
<a href="{crmURL p='civicrm/contact/view' q="action=view&reset=1&cid=`$client.contact_id`"}" title="{ts}View contact record{/ts}">{$client.display_name}</a>
</tr>
{if $client.phone}
<tr class="crm-case-caseview-phone">
Expand Down

0 comments on commit 075977e

Please sign in to comment.