fix for ACH info masking
authorivan <ivan>
Thu, 27 Mar 2008 21:07:14 +0000 (21:07 +0000)
committerivan <ivan>
Thu, 27 Mar 2008 21:07:14 +0000 (21:07 +0000)
httemplate/view/cust_main/payment_history.html

index 5b105ba..3e8da77 100644 (file)
@@ -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;
 %  }