Skip to content

Commit

Permalink
Active period field must end with _date to work with relative dates
Browse files Browse the repository at this point in the history
  • Loading branch information
francescbassas authored May 20, 2017
1 parent edaad8a commit c72cad4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<td colspan="2"><label>{ts}Active Period{/ts}</label></td>
</tr>
<tr>
{include file="CRM/Core/DateRange.tpl" fieldName="relation_active_period" from='_low' to='_high'}
{include file="CRM/Core/DateRange.tpl" fieldName="relation_active_period_date" from='_low' to='_high'}
</tr>
{if $relationshipGroupTree}
<tr>
Expand Down

0 comments on commit c72cad4

Please sign in to comment.