From 1d4ea4545c4a86a0664feb537f06aa5eb7f54c07 Mon Sep 17 00:00:00 2001 From: Alex Brelsfoard Date: Tue, 10 Feb 2015 00:33:22 -0500 Subject: RT #31482 you can now change the tax class when modifying a one-time charge. --- httemplate/edit/quick-charge.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'httemplate/edit/quick-charge.html') 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) { + + <% mt('Tax exempt') |h %> + param('setuptax') ? 'CHECKED' : '' %>> + + +<& /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 -- cgit v1.2.1