summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-amount_fee.html
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-01-02 19:47:44 -0500
committerChristopher Burger <burgerc@freeside.biz>2018-01-02 19:47:44 -0500
commitca2f12276eb88b2e71762c76974ae564f008b8c1 (patch)
tree84ea86c8cae2029fc71c441f76758ef660a078db /httemplate/elements/tr-amount_fee.html
parent4d873df8a99f87a6427a58ccd3e69b1c9474f44a (diff)
RT# 34134 - removed payment amount field from payment screen, added 3 payment options (pay full balance, pay specific invoice, pay another amount) which will prefill the payment amount field.
Diffstat (limited to 'httemplate/elements/tr-amount_fee.html')
-rw-r--r--httemplate/elements/tr-amount_fee.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/tr-amount_fee.html b/httemplate/elements/tr-amount_fee.html
index 12488521a..426957a80 100644
--- a/httemplate/elements/tr-amount_fee.html
+++ b/httemplate/elements/tr-amount_fee.html
@@ -1,4 +1,4 @@
- <TR>
+ <TR ID="payment_amount_row" STYLE="display:none;">
<TH ALIGN="right"><% mt('Payment amount') |h %></TH>
<TD COLSPAN=7>
<TABLE><TR><TD BGCOLOR="#ffffff">
@@ -15,7 +15,7 @@
onKeyPress = "amount_changed(this)"
% }
>
- </TD><TD BGCOLOR="#cccccc">
+ </TD><TD BGCOLOR="<% length($fee) ? '#cccccc' : '#ffffff' %>">
% if ( $fee ) {
<INPUT TYPE="hidden" NAME="fee_pkgpart" VALUE="<% $fee_pkg->pkgpart %>">
<INPUT TYPE="hidden" NAME="fee" VALUE="<% $fee_display eq 'add' ? $fee : '' %>">