summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2008-03-27 21:07:13 +0000
committerivan <ivan>2008-03-27 21:07:13 +0000
commit42ebf5bfa6fdd1525ace6eeb7fdd5646864729a8 (patch)
tree9f0579d4bfed2752a1d91d1c1d3c1ec920eeb0db
parent191aade1149c753b915302d3f2bcc12db84a2358 (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 260d67d2e..1eb18a6f8 100644
--- a/httemplate/view/cust_main/payment_history.html
+++ b/httemplate/view/cust_main/payment_history.html
@@ -102,7 +102,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;
% }