From: Edsel Date: Tue, 15 Mar 2016 12:03:07 +0000 (+0530) Subject: CRM-18219 Added display of org fields on thank you page X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=dbbc9ff4cb7659b1684e81ebf385844d7e91f349;p=civicrm-core.git CRM-18219 Added display of org fields on thank you page ---------------------------------------- * CRM-18219: Organization data shows up as required fields on contribution confirm page https://issues.civicrm.org/jira/browse/CRM-18219 --- diff --git a/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl b/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl index 5057e20003..15e9e305e0 100644 --- a/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl +++ b/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl @@ -188,7 +188,7 @@ {/if} - {if $onbehalfProfile|@count && $is_for_organization} + {if $onbehalfProfile|@count}
{include file="CRM/UF/Form/Block.tpl" fields=$onbehalfProfile prefix='onbehalf'}