From b3f1d256a04cd4e6b14e4948f63e97153760e652 Mon Sep 17 00:00:00 2001 From: "deb.monish" Date: Mon, 17 Jul 2017 18:36:45 +0530 Subject: [PATCH] CRM-20890: Move recieve_date between Contribution status and Revenue Recognition date in Contribution backoffice form --- templates/CRM/Contribute/Form/Contribution.tpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/CRM/Contribute/Form/Contribution.tpl b/templates/CRM/Contribute/Form/Contribution.tpl index 193f2a417788..94cbe64235ae 100644 --- a/templates/CRM/Contribute/Form/Contribution.tpl +++ b/templates/CRM/Contribute/Form/Contribution.tpl @@ -225,6 +225,12 @@ + + {$form.receive_date.label} + {include file="CRM/common/jcalendar.tpl" elementName=receive_date}
+ {ts}The date this contribution was received.{/ts} + + {/if} {if $form.revenue_recognition_date && !$payNow} @@ -240,12 +246,6 @@ {ts}Payment Details{/ts} - - - -
{$form.receive_date.label}{include file="CRM/common/jcalendar.tpl" elementName=receive_date}
- {ts}The date this contribution was received.{/ts} -
{$form.payment_instrument_id.label} {$form.payment_instrument_id.html} {help id="payment_instrument_id"}