fix for ACH info masking
[freeside.git] / httemplate / view / cust_main / payment_history.html
index 260d67d..1eb18a6 100644 (file)
 %    $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;
 %  }