From 5136b6e7f17e6d86911f7feb520dd5b4248532bb Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Wed, 3 Jan 2018 14:09:38 -0500 Subject: [PATCH] RT# 34134 - fixed error where payment amount field is hidden in self service. --- httemplate/elements/tr-amount_fee.html | 2 +- httemplate/elements/tr-select-payment_options.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/httemplate/elements/tr-amount_fee.html b/httemplate/elements/tr-amount_fee.html index 426957a80..9c13f5952 100644 --- a/httemplate/elements/tr-amount_fee.html +++ b/httemplate/elements/tr-amount_fee.html @@ -1,4 +1,4 @@ - + > <% mt('Payment amount') |h %>
diff --git a/httemplate/elements/tr-select-payment_options.html b/httemplate/elements/tr-select-payment_options.html index 3c50e88d8..2304c22d0 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 &> -- 2.11.0