From 69d3b12c5778255b4d4391a02c82d62b9830b4f6 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 27 Mar 2008 21:07:14 +0000 Subject: [PATCH] fix for ACH info masking --- httemplate/view/cust_main/payment_history.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/view/cust_main/payment_history.html b/httemplate/view/cust_main/payment_history.html index 5b105ba18..3e8da77d4 100644 --- a/httemplate/view/cust_main/payment_history.html +++ b/httemplate/view/cust_main/payment_history.html @@ -92,7 +92,7 @@ % $payinfo = $cust_pay->paymask; % } elsif ( $payby eq 'CHEK' ) { % my( $account, $aba ) = split('@', $cust_pay->paymask ); -% $payinfo = "ABA $2, Acct #$1"; +% $payinfo = "ABA $aba, Acct #$account"; % } else { % $payinfo = $cust_pay->payinfo; % } -- 2.20.1