Skip to content
Snippets Groups Projects
Commit 388b16a0 authored by jaapjansma's avatar jaapjansma
Browse files

update

parent 135f9a23
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,6 @@
{if $filter.type == 'Date' || $filter.type == 'Timestamp'}
<tr>
<td class="label">{$filter.title}</td>
{$filterName}
{include file="CRM/Dataprocessor/Form/Filter/DateRange.tpl" fieldName=$filter.alias from='_from' to='_to'}
</tr>
{elseif $form.$fieldOp.html}
......
......@@ -13,7 +13,7 @@
<th>{ts}Value{/ts}</th>
</tr>
{foreach from=$filters key=filterName item=filter}
{include file=$filter.template filter=$filter.filter}
{include file=$filter.template filterName=filter.alias filter=$filter.filter}
{/foreach}
</table>
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="botton"}</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment