diff options
author | Christopher Burger <burgerc@freeside.biz> | 2018-12-28 15:52:02 -0500 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2018-12-28 15:52:02 -0500 |
commit | 0ec0b91b7c383d626dd75b0c2b2d3969e5bdcbc7 (patch) | |
tree | 2dcb22d894a4030cf2e39b4157699d27acd1736f /httemplate/edit | |
parent | c8d7489992fc09eb8903f8071de77ae79e343e02 (diff) |
RT# 32917 - Added ability for taxes to be charged prior to applying the discount
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/cust_main_county.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/edit/cust_main_county.html b/httemplate/edit/cust_main_county.html index 9cc5131a2..b0823098f 100644 --- a/httemplate/edit/cust_main_county.html +++ b/httemplate/edit/cust_main_county.html @@ -14,6 +14,7 @@ 'setuptax' => 'This tax not applicable to setup fees', 'recurtax' => 'This tax not applicable to recurring fees', 'exempt_amount' => 'Monthly exemption per customer ($25 "Texas tax")', + 'charge_prediscount' => 'Charge this tax prior to any discounts', }, 'fields' => \@fields, ) @@ -60,6 +61,9 @@ push @fields, 'taxname', { field=>'tax', type=>'percentage', }, + { type=>'tablebreak-tr-title', value=>'Charging options' }, + { field=>'charge_prediscount', type=>'checkbox', value=>'Y', }, + { type=>'tablebreak-tr-title', value=>'Exemptions' }, { field=>'setuptax', type=>'checkbox', value=>'Y', }, { field=>'recurtax', type=>'checkbox', value=>'Y', }, |