summaryrefslogtreecommitdiff
path: root/httemplate/edit/quick-charge.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-02-03 23:58:59 -0800
committerIvan Kohler <ivan@freeside.biz>2013-02-03 23:58:59 -0800
commit924fbbe678936174dd7d49a123d227e884a2dd37 (patch)
tree04a3000f47f6f357864db551e8301c3214373eb4 /httemplate/edit/quick-charge.html
parent34697ae9ceec5c656a44b4c3ed8bfba29b39eea6 (diff)
fix "Default" showing up when billing one time charges immediately
Diffstat (limited to 'httemplate/edit/quick-charge.html')
-rw-r--r--httemplate/edit/quick-charge.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/edit/quick-charge.html b/httemplate/edit/quick-charge.html
index 1d9647f2f..466091dfa 100644
--- a/httemplate/edit/quick-charge.html
+++ b/httemplate/edit/quick-charge.html
@@ -145,7 +145,6 @@ function bill_now_changed (what) {
<% mt('with terms') |h %>
<& /elements/select-terms.html,
'curr_value' => scalar($cgi->param('invoice_terms')),
- 'empty_value' => $default_terms,
'disabled' => ( $cgi->param('bill_now') ? 0 : 1 ),
&>
</TD>