CRM-19427 - set deductible amount at price field option level
[civicrm-core.git] / templates / CRM / Price / Page / Option.tpl
index d97a3dd8e87f677525bf52044670cc1029e17664..17bcb98e5a875308dc98632d803db9e989ee654e 100644 (file)
@@ -54,6 +54,7 @@
           <tr>
             <th>{ts}Option Label{/ts}</th>
             <th>{ts}Option Amount{/ts}</th>
+            <th>{ts}Non-deductible Amount{/ts}</th>
             <th>{ts}Pre Help{/ts}</th>
             <th>{ts}Post Help{/ts}</th>
             {if $isEvent}
@@ -76,6 +77,7 @@
             <tr id="price_field_value-{$row.id}" class="crm-entity {cycle values="odd-row,even-row"} {$row.class}{if NOT $row.is_active} disabled{/if}">
               <td class="crm-price-option-label crm-editable" data-field="label">{$row.label}</td>
               <td class="crm-price-option-value">{$row.amount|crmMoney}</td>
+              <td class="crm-price-option-non-deductible-amount">{$row.non_deductible_amount|crmMoney}</td>
               <td class="crm-price-option-pre-help">{$row.help_pre}</td>
               <td class="crm-price-option-post-help">{$row.help_post}</td>
               {if $isEvent}