CRM-18219 Added display of org fields on thank you page
authorEdsel <edsel.lopez@jmaconsulting.biz>
Tue, 15 Mar 2016 12:03:07 +0000 (17:33 +0530)
committerEdsel <edsel.lopez@jmaconsulting.biz>
Tue, 15 Mar 2016 12:03:07 +0000 (17:33 +0530)
----------------------------------------
* CRM-18219: Organization data shows up as required fields on contribution confirm page
  https://issues.civicrm.org/jira/browse/CRM-18219

templates/CRM/Contribute/Form/Contribution/ThankYou.tpl

index 5057e200032fee6883e7c0793fdaab3809b6cbcc..15e9e305e05ab249244d9b787178e511ba2bc0ff 100644 (file)
     </div>
   {/if}
 
-  {if $onbehalfProfile|@count && $is_for_organization}
+  {if $onbehalfProfile|@count}
     <div class="crm-group onBehalf_display-group label-left crm-profile-view">
       {include file="CRM/UF/Form/Block.tpl" fields=$onbehalfProfile prefix='onbehalf'}
      </div>