diff options
| author | Alex Brelsfoard <alex@freeside.biz> | 2015-02-10 00:33:22 -0500 |
|---|---|---|
| committer | Alex Brelsfoard <alex@freeside.biz> | 2015-02-10 00:33:22 -0500 |
| commit | 1d4ea4545c4a86a0664feb537f06aa5eb7f54c07 (patch) | |
| tree | c8c99c8341c745ee381cab18636a74499d83494d /httemplate/edit/quick-charge.html | |
| parent | 832199a6010883fff76e0dc5fa913b391b0177d7 (diff) | |
RT #31482 you can now change the tax class when modifying a one-time charge.
Diffstat (limited to 'httemplate/edit/quick-charge.html')
| -rw-r--r-- | httemplate/edit/quick-charge.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/httemplate/edit/quick-charge.html b/httemplate/edit/quick-charge.html index 05a375ac7..64ee97bb9 100644 --- a/httemplate/edit/quick-charge.html +++ b/httemplate/edit/quick-charge.html @@ -171,6 +171,17 @@ function bill_now_changed (what) { &> % } +% unless ($billed) { +<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> |
