[freeside-commits] branch master updated. 632fe1bb8d84b2dd069197b18452cc7c131abee9
Christopher Burger
burgerc at freeside.biz
Mon Jun 24 12:07:30 PDT 2019
The branch, master has been updated
via 632fe1bb8d84b2dd069197b18452cc7c131abee9 (commit)
from 4fd1280540e2c9b90fa59c0c32d691f5222f65d4 (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 632fe1bb8d84b2dd069197b18452cc7c131abee9
Author: Christopher Burger <burgerc at freeside.biz>
Date: Mon Jun 24 15:07:04 2019 -0400
RT# 82137 - fixed problem with form submit before selecting payment amount
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) {
-----------------------------------------------------------------------
Summary of changes:
httemplate/elements/tr-amount_fee.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list