CRM-19427 - set deductible amount at price field option level
[civicrm-core.git] / templates / CRM / Price / Form / Option.tpl
index 56002036232f18b94c08775b5b6da83ab14b3657..9c3de968d7dc4bbb3cd6c5e06b7074fb79785a91 100644 (file)
         <td class="label">{$form.amount.label}</td>
         <td>{$form.amount.html}</td>
       </tr>
+      <tr class="crm-price-option-form-block-non-deductible-amount">
+        <td class="label">{$form.non_deductible_amount.label}</td>
+        <td>{$form.non_deductible_amount.html}</td>
+      </tr>
       <tr class="crm-price-option-form-block-description">
         <td class="label">{$form.description.label}</td>
         <td>{if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_price_field_value' field='description' id=$optionId}{/if}{$form.description.html}</td>