summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Brelsfoard <alex@Alexs-MacBook-Pro.local>2015-02-03 07:03:07 -0500
committerAlex Brelsfoard <alex@Alexs-MacBook-Pro.local>2015-02-03 07:03:07 -0500
commitd9edf24e9d3e1fd87a23359a7679ef6d6637c00d (patch)
tree1a0be61411d8a10125cc6994056a6ad753d7f67e
parent2177596bf13e9de77f09c7380d038200bd675f46 (diff)
RT #31482 making sure the tax class is not editable after the customer has been billed.
-rw-r--r--httemplate/edit/quick-charge.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/edit/quick-charge.html b/httemplate/edit/quick-charge.html
index 83620a9..58c1b0a 100644
--- a/httemplate/edit/quick-charge.html
+++ b/httemplate/edit/quick-charge.html
@@ -171,6 +171,7 @@ 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>
@@ -179,6 +180,7 @@ function bill_now_changed (what) {
<& /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