summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/billing.html
diff options
context:
space:
mode:
authorivan <ivan>2008-03-27 21:01:23 +0000
committerivan <ivan>2008-03-27 21:01:23 +0000
commit9397fe6fb9a5cc112ec11f165f902a62d90f096b (patch)
tree84d0fc50eede6a661f0de05e26150e927b78690b /httemplate/view/cust_main/billing.html
parent2c38085c11751a8c5f69e57b821a2ecbbce8f60d (diff)
mask ACH info in payment history
Diffstat (limited to 'httemplate/view/cust_main/billing.html')
-rw-r--r--httemplate/view/cust_main/billing.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html
index fa3863b13..2f05c1ae2 100644
--- a/httemplate/view/cust_main/billing.html
+++ b/httemplate/view/cust_main/billing.html
@@ -69,8 +69,7 @@ Billing information
<TD BGCOLOR="#ffffff"><% $cust_main->payname %></TD>
</TR>
% } elsif ( $cust_main->payby eq 'CHEK' || $cust_main->payby eq 'DCHK') {
-% my( $account, $aba ) = split('@', $cust_main->payinfo );
-%
+% my( $account, $aba ) = split('@', $cust_main->paymask );
Electronic&nbsp;check&nbsp;<% $cust_main->payby eq 'CHEK' ? '(automatic)' : '(on-demand)' %>
@@ -82,7 +81,7 @@ Billing information
</TR>
<TR>
<TD ALIGN="right">Account number</TD>
- <TD BGCOLOR="#ffffff"><% 'x'x(length($account)-2). substr($account,(length($account)-2)) %></TD>
+ <TD BGCOLOR="#ffffff"><% $account %></TD>
</TR>
<TR>
<TD ALIGN="right">Account type</TD>