From f940dd6e8acd5dc691e3ca9bc59353bd788b24fd Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Fri, 18 Mar 2022 16:38:06 -0400 Subject: [PATCH] false is true --- templates/CRM/Report/Form.tpl | 2 +- templates/CRM/Report/Form/Contact/Detail.tpl | 2 +- templates/CRM/Report/Form/Contribute/DeferredRevenue.tpl | 2 +- templates/CRM/Report/Form/Event/Income.tpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/CRM/Report/Form.tpl b/templates/CRM/Report/Form.tpl index 5f34d26e1f85..96f6ec54d09a 100644 --- a/templates/CRM/Report/Form.tpl +++ b/templates/CRM/Report/Form.tpl @@ -44,7 +44,7 @@ {/if}
{*Statistics at the bottom of the page*} - {include file="CRM/Report/Form/Statistics.tpl" top="false" bottom=true} + {include file="CRM/Report/Form/Statistics.tpl" top=false bottom=true} {include file="CRM/Report/Form/ErrorMessage.tpl"} diff --git a/templates/CRM/Report/Form/Contact/Detail.tpl b/templates/CRM/Report/Form/Contact/Detail.tpl index 80ec862f577d..facf70a15709 100644 --- a/templates/CRM/Report/Form/Contact/Detail.tpl +++ b/templates/CRM/Report/Form/Contact/Detail.tpl @@ -180,7 +180,7 @@ {if !$section } {*Statistics at the bottom of the page*} - {include file="CRM/Report/Form/Statistics.tpl" top="false" bottom=true} + {include file="CRM/Report/Form/Statistics.tpl" top=false bottom=true} {/if} {/if} {include file="CRM/Report/Form/ErrorMessage.tpl"} diff --git a/templates/CRM/Report/Form/Contribute/DeferredRevenue.tpl b/templates/CRM/Report/Form/Contribute/DeferredRevenue.tpl index e519abfd460c..478406ae22d7 100644 --- a/templates/CRM/Report/Form/Contribute/DeferredRevenue.tpl +++ b/templates/CRM/Report/Form/Contribute/DeferredRevenue.tpl @@ -43,7 +43,7 @@
{*Statistics at the bottom of the page*} - {include file="CRM/Report/Form/Statistics.tpl" top="false" bottom=true} + {include file="CRM/Report/Form/Statistics.tpl" top=false bottom=true} {include file="CRM/Report/Form/ErrorMessage.tpl"} diff --git a/templates/CRM/Report/Form/Event/Income.tpl b/templates/CRM/Report/Form/Event/Income.tpl index 2ce5a713c6af..7f5446882a4a 100644 --- a/templates/CRM/Report/Form/Event/Income.tpl +++ b/templates/CRM/Report/Form/Event/Income.tpl @@ -70,7 +70,7 @@ {if !$section } {*Statistics at the bottom of the page*} - {include file="CRM/Report/Form/Statistics.tpl" top="false" bottom=true} + {include file="CRM/Report/Form/Statistics.tpl" top=false bottom=true} {/if} {/if} {include file="CRM/Report/Form/ErrorMessage.tpl"}