RT# 34134 - fixed error where payment amount field is hidden in self service.
authorChristopher Burger <burgerc@freeside.biz>
Wed, 3 Jan 2018 19:09:38 +0000 (14:09 -0500)
committerChristopher Burger <burgerc@freeside.biz>
Wed, 3 Jan 2018 19:09:38 +0000 (14:09 -0500)
httemplate/elements/tr-amount_fee.html
httemplate/elements/tr-select-payment_options.html

index 426957a..9c13f59 100644 (file)
@@ -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">
     <TH ALIGN="right"><% mt('Payment amount') |h %></TH>
     <TD COLSPAN=7>
       <TABLE><TR><TD BGCOLOR="#ffffff">
index 3c50e88..2304c22 100644 (file)
@@ -44,6 +44,7 @@ Example:
   &>
 
   <& /elements/tr-amount_fee.html,
   &>
 
   <& /elements/tr-amount_fee.html,
+       'row_style'  => 'STYLE="display:none;"',
        %opt
   &>
 
        %opt
   &>