X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FPrice%2FPage%2FField.tpl;h=28fdf69c330f321f8868da8d2bc64be6aa0c7a88;hb=a134e6ac6ffa73e67bb7f8da277734b9bd546121;hp=81a711a41e07b2e63fb8c2c60e1b5e3c54f8dc75;hpb=9862ec3d8c667456d5d14dbe3391bae1820c14b3;p=civicrm-core.git diff --git a/templates/CRM/Price/Page/Field.tpl b/templates/CRM/Price/Page/Field.tpl index 81a711a41e..28fdf69c33 100644 --- a/templates/CRM/Price/Page/Field.tpl +++ b/templates/CRM/Price/Page/Field.tpl @@ -65,6 +65,10 @@ {ts}Active On{/ts} {ts}Expire On{/ts} {ts}Price{/ts} + {if $getTaxDetails} + {ts}Tax Label{/ts} + {ts}Tax Amount{/ts} + {/if} @@ -78,6 +82,13 @@ {if $row.active_on}{$row.active_on|date_format:"%Y-%m-%d %T"}{/if} {if $row.expire_on}{$row.expire_on|date_format:"%Y-%m-%d %T"}{/if} {if $row.html_type eq "Text"}{$row.price|crmMoney}{else}{if $isReserved}{ts}View Price Options{/ts}{else}{ts}Edit Price Options{/ts}{/if}{/if} + {if $getTaxDetails} + {if $row.tax_rate != '' && $row.html_type eq "Text / Numeric Quantity"} + {$taxTerm} ({$row.tax_rate|string_format:"%.2f"}%) + {/if} + + {if $row.html_type eq "Text / Numeric Quantity" }{$row.tax_amount|crmMoney}{/if} + {/if} {$row.action|replace:'xx':$row.id} {/foreach}