diff options
| -rw-r--r-- | httemplate/view/cust_main/payment_history.html | 2 | 
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;  %  }  | 
