diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2019-06-24 15:07:04 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2019-06-24 15:13:57 -0400 |
| commit | eedd5a49c5584189e7dbc1038afa74af688b15ca (patch) | |
| tree | 8474b793a3bf6e7ff0e629b20730cff4302ee64d /httemplate/elements | |
| parent | 7c2cf2ef058fe57af302e703685934418723f817 (diff) | |
RT# 82137 - fixed problem with form submit before selecting payment amount
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/tr-amount_fee.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/tr-amount_fee.html b/httemplate/elements/tr-amount_fee.html index 0ae6a0f74..42132e09a 100644 --- a/httemplate/elements/tr-amount_fee.html +++ b/httemplate/elements/tr-amount_fee.html @@ -5,7 +5,7 @@ <% $money_char %><INPUT NAME = "amount" ID = "amount" TYPE = "text" - VALUE = "<% $amount %>" + VALUE = "" SIZE = 8 STYLE = "text-align:right;" % if ( $fee || $surcharge_percentage || $surcharge_flatfee || $processing_fee) { |
