Merge pull request #8636 from eileenmcnaughton/slow_query
[civicrm-core.git] / templates / CRM / Contribute / Form / Contribution.tpl
index d9dc0c0f267ce7df1d109e1e1db1f51750a4e387..7a7ac144574ca99e284593596bfd75fd233017a9 100644 (file)
         </td>
       </tr>
     {/if}
-
+    {if $form.revenue_recognition_date}
+      <tr class="crm-contribution-form-block-revenue_recognition_date">
+        <td class="label">{$form.revenue_recognition_date.label}</td>
+        <td>{$form.revenue_recognition_date.html}</td>
+      </tr>
+    {/if}
   </table>
 
   {include file='CRM/Core/BillingBlockWrapper.tpl'}