summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2008-03-27 21:07:14 +0000
committerivan <ivan>2008-03-27 21:07:14 +0000
commit69d3b12c5778255b4d4391a02c82d62b9830b4f6 (patch)
tree5b0f4db3b73b75aae7cf47c6add51cb713a1173c
parent61ec63cfb653b71038ba2c728837e688da365d9d (diff)
fix for ACH info masking
-rw-r--r--httemplate/view/cust_main/payment_history.html2
1 files changed, 1 insertions, 1 deletions
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;
% }