From ba78aad5a6ccc0b6e8264dcb71ad5f0dc1947326 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 7 Oct 2005 04:50:56 +0000 Subject: [PATCH] mask out echeck account #s too --- httemplate/view/cust_main/billing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 Account number - <%= $account %> + <%= 'x'x(length($account)-2). substr($account,(length($account)-2)) %> Bank name -- 2.11.0