From 449ac259e86793bba1653ff256ec77883e579343 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Sun, 25 Jul 2021 13:02:36 -0400 Subject: [PATCH] smarty warning - rows per page filter missing --- templates/CRM/Report/Form/Layout/Table.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Report/Form/Layout/Table.tpl b/templates/CRM/Report/Form/Layout/Table.tpl index e90aa6259c..1d567a6fb6 100644 --- a/templates/CRM/Report/Form/Layout/Table.tpl +++ b/templates/CRM/Report/Form/Layout/Table.tpl @@ -158,7 +158,7 @@ {if !empty($pager) and $pager->_response and $pager->_response.numPages > 1}
- {include file="CRM/common/pager.tpl" } + {include file="CRM/common/pager.tpl" location="bottom"}
{/if} {/if} -- 2.25.1