From: ivan Date: Thu, 27 Mar 2008 21:07:14 +0000 (+0000) Subject: fix for ACH info masking X-Git-Tag: freeside_1_7_3rc1~29 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=69d3b12c5778255b4d4391a02c82d62b9830b4f6;p=freeside.git fix for ACH info masking --- 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; % }