Skip to content

Commit

Permalink
Merge pull request #11200 from mlutfy/crm21351
Browse files Browse the repository at this point in the history
CRM-21351: fix deceased_date format on contact record page.
  • Loading branch information
eileenmcnaughton authored Oct 25, 2017
2 parents cbbfe3c + 9324128 commit cde3f71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/CRM/Contact/Page/Inline/Demographics.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
<div class="crm-summary-row">
<div class="crm-label">{ts}Date Deceased{/ts}</div>
<div class="crm-content crm-contact-deceased_date_display">
{$deceased_date}
{assign var="date_format" value = $fields.birth_date.smarty_view_format}
{$deceased_date|crmDate:$date_format}
</div>
</div>
{else}
Expand Down

0 comments on commit cde3f71

Please sign in to comment.