diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-02-02 01:34:59 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-02-02 01:34:59 -0800 |
commit | 899cf5029429c1183024cd4bf838573a951d0ede (patch) | |
tree | e49a56592b9086d8f816df75008bd0c79cc53083 /httemplate/edit/quick-charge.html | |
parent | 91fc21ed01fec83bf1dbb7392d212acdffd4d44c (diff) | |
parent | 64514e0541c94b23a096acb265cb47e9ca6e6f85 (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/edit/quick-charge.html')
-rw-r--r-- | httemplate/edit/quick-charge.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/edit/quick-charge.html b/httemplate/edit/quick-charge.html index 1e1232dcd..83620a973 100644 --- a/httemplate/edit/quick-charge.html +++ b/httemplate/edit/quick-charge.html @@ -171,6 +171,15 @@ function bill_now_changed (what) { &> % } +<TR> + <TD ALIGN="right"><% mt('Tax exempt') |h %> </TD> + <TD><INPUT TYPE="checkbox" NAME="setuptax" VALUE="Y" <% $cgi->param('setuptax') ? 'CHECKED' : '' %>></TD> +</TR> + +<& /elements/tr-select-taxclass.html, 'curr_value' => $part_pkg->get('taxclass') &> + +<& /elements/tr-select-taxproduct.html, 'label' => emt('Tax product'), 'onclick' => 'parent.taxproductmagic(this);', 'curr_value' => $part_pkg->get('taxproductnum') &> + % } else { # new one-time charge <TR> |