[freeside-commits] branch master updated. 5136b6e7f17e6d86911f7feb520dd5b4248532bb

Christopher Burger burgerc at freeside.biz
Wed Jan 3 11:10:06 PST 2018


The branch, master has been updated
       via  5136b6e7f17e6d86911f7feb520dd5b4248532bb (commit)
      from  9d90ce6a6d2c107c0a3bcb7451932b7108466c27 (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 5136b6e7f17e6d86911f7feb520dd5b4248532bb
Author: Christopher Burger <burgerc at freeside.biz>
Date:   Wed Jan 3 14:09:38 2018 -0500

    RT# 34134 - fixed error where payment amount field is hidden in self service.

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 @@
-  <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 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
   &>
 

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/tr-amount_fee.html             | 2 +-
 httemplate/elements/tr-select-payment_options.html | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)




More information about the freeside-commits mailing list