summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main
diff options
context:
space:
mode:
authorjeff <jeff>2007-04-29 23:30:53 +0000
committerjeff <jeff>2007-04-29 23:30:53 +0000
commit92fe5ff676ffb33595f8f5a07a96f221770e1c77 (patch)
tree3fb11e11e962ddd541014889d7902f01be5f0fe9 /httemplate/view/cust_main
parent1a4615c5b473900e810154473f5e964e0b1ae8ea (diff)
ticket 1568 config options for new echeck fields and addition to selfservice interface (backport)
Diffstat (limited to 'httemplate/view/cust_main')
-rw-r--r--httemplate/view/cust_main/billing.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html
index 50e1c82cd..8562f9374 100644
--- a/httemplate/view/cust_main/billing.html
+++ b/httemplate/view/cust_main/billing.html
@@ -98,10 +98,12 @@ Billing information
<TD ALIGN="right">Bank name</TD>
<TD BGCOLOR="#ffffff"><% $cust_main->payname %></TD>
</TR>
+% if ( $conf->exists('show_bankstate') ) {
<TR>
<TD ALIGN="right"><% $paystate_label %></TD>
<TD BGCOLOR="#ffffff"><% $cust_main->paystate || '&nbsp;&nbsp;&nbsp;' %></TD>
</TR>
+% }
% } elsif ( $cust_main->payby eq 'LECB' ) {
% $cust_main->payinfo =~ /^(\d{3})(\d{3})(\d{4})$/;
% my $payinfo = "$1-$2-$3";