[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 747e560fbf3f9f688610726bbb8ea471d418467d
Ivan
ivan at 420.am
Sun Feb 3 23:59:01 PST 2013
The branch, FREESIDE_2_3_BRANCH has been updated
via 747e560fbf3f9f688610726bbb8ea471d418467d (commit)
from 5898947d8d6dd0ef1f6385845f253d4cdb6358ca (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 747e560fbf3f9f688610726bbb8ea471d418467d
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Feb 3 23:59:00 2013 -0800
fix "Default" showing up when billing one time charges immediately
diff --git a/httemplate/edit/quick-charge.html b/httemplate/edit/quick-charge.html
index 1d9647f..466091d 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>
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/quick-charge.html | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list