diff options
author | ivan <ivan> | 2005-10-07 04:50:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-10-07 04:50:56 +0000 |
commit | ba78aad5a6ccc0b6e8264dcb71ad5f0dc1947326 (patch) | |
tree | 0fb80903d6d47165d92a028df931851415aaab7e /httemplate/view/cust_main/billing.html | |
parent | 97761642c6eb4eef9224af8aed6b29bd3b1f2a9b (diff) |
mask out echeck account #s too
Diffstat (limited to 'httemplate/view/cust_main/billing.html')
-rw-r--r-- | httemplate/view/cust_main/billing.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index 30397fd3e..5786a0711 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -69,7 +69,7 @@ if ( $date =~ /^(\d{4})-(\d{1,2})-\d{1,2}$/ ) { #PostgreSQL date format </TR> <TR> <TD ALIGN="right">Account number</TD> - <TD BGCOLOR="#ffffff"><%= $account %></TD> + <TD BGCOLOR="#ffffff"><%= 'x'x(length($account)-2). substr($account,(length($account)-2)) %></TD> </TR> <TR> <TD ALIGN="right">Bank name</TD> |