summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2019-06-25 10:55:00 -0400
committerChristopher Burger <burgerc@freeside.biz>2019-06-25 12:00:21 -0400
commit6db5c31175c207fd6fdae97b1d7ecb719d6c94aa (patch)
tree2a3531a183843d674ebe090cb120bc618d360853 /httemplate/elements
parent482141ff3752cb2d32c7002078735489dec30e06 (diff)
RT# 82137 - added processing fee template substitution.
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/tr-amount_fee.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/tr-amount_fee.html b/httemplate/elements/tr-amount_fee.html
index 42636cfe4..40f55e7a3 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 = ""
+ VALUE = "0.00"
SIZE = 8
STYLE = "text-align:right;"
% if ( $fee || $surcharge_percentage || $surcharge_flatfee || $processing_fee) {