fix for ACH info masking
authorivan <ivan>
Thu, 27 Mar 2008 21:07:13 +0000 (21:07 +0000)
committerivan <ivan>
Thu, 27 Mar 2008 21:07:13 +0000 (21:07 +0000)
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;
 %  }