summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-01-03 14:09:38 -0500
committerMitch Jackson <mitch@freeside.biz>2018-01-08 21:35:47 -0600
commit785a50be3011b76a5dea45003d85dd5f5eec00ce (patch)
treeb5e9734f4b6246d47a1b6c6e559f6c7a1b3535a9
parent94772a0160c6060d7c4ec4211ea22ef54c0400f0 (diff)
RT# 34134 - fixed error where payment amount field is hidden in self service.
-rw-r--r--httemplate/elements/tr-amount_fee.html2
-rw-r--r--httemplate/elements/tr-select-payment_options.html1
2 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/elements/tr-amount_fee.html b/httemplate/elements/tr-amount_fee.html
index 426957a..9c13f59 100644
--- a/httemplate/elements/tr-amount_fee.html
+++ b/httemplate/elements/tr-amount_fee.html
@@ -1,4 +1,4 @@
- <TR ID="payment_amount_row" STYLE="display:none;">
+ <TR ID="payment_amount_row" <% $opt{'row_style'} %>>
<TH ALIGN="right"><% mt('Payment amount') |h %></TH>
<TD COLSPAN=7>
<TABLE><TR><TD BGCOLOR="#ffffff">
diff --git a/httemplate/elements/tr-select-payment_options.html b/httemplate/elements/tr-select-payment_options.html
index 3c50e88..2304c22 100644
--- a/httemplate/elements/tr-select-payment_options.html
+++ b/httemplate/elements/tr-select-payment_options.html
@@ -44,6 +44,7 @@ Example:
&>
<& /elements/tr-amount_fee.html,
+ 'row_style' => 'STYLE="display:none;"',
%opt
&>