RT# 82137 - fixed problem with form submit before selecting payment amount
authorChristopher Burger <burgerc@freeside.biz>
Mon, 24 Jun 2019 19:07:04 +0000 (15:07 -0400)
committerChristopher Burger <burgerc@freeside.biz>
Mon, 24 Jun 2019 19:07:04 +0000 (15:07 -0400)
httemplate/elements/tr-amount_fee.html

index 0ae6a0f..42132e0 100644 (file)
@@ -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) {