From e1172987b18911370d1b1c04a65c16cd52383768 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Wed, 6 Oct 2021 08:18:16 +1300 Subject: [PATCH] Enotice fix --- templates/CRM/Contribute/Form/Contribution.tpl | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/templates/CRM/Contribute/Form/Contribution.tpl b/templates/CRM/Contribute/Form/Contribution.tpl index ec494e72d9..3be6ebb19a 100644 --- a/templates/CRM/Contribute/Form/Contribution.tpl +++ b/templates/CRM/Contribute/Form/Contribution.tpl @@ -126,7 +126,7 @@ {if $contributionMode && $processorSupportsFutureStartDate} {ts}Start Date{/ts} - {if $hideCalender neq true}{$form.receive_date.html}{/if}
+ {$form.receive_date.html}
{ts}You can set a start date for recurring contributions and the first payment will be on that date. For a single post-dated contribution you must select recurring and choose one installment{/ts} @@ -165,11 +165,7 @@ {$form.cancel_date.label} - {if $hideCalendar neq true} - {$form.cancel_date.html} - {else} - {$form.cancel_date.value|crmDate} - {/if} + {$form.cancel_date.html} -- 2.25.1