diff options
| author | ivan <ivan> | 2004-09-21 07:50:23 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2004-09-21 07:50:23 +0000 | 
| commit | 46a5985856e72a3755ea16d0829a1d1df4a94269 (patch) | |
| tree | ceecd81726dc3f3f50b3b976674961dba4b9481a /httemplate/view | |
| parent | 8fa7d60799d6d49bfe054e07b7b982c33772fb83 (diff) | |
better display of echeck payments/refunds/etc.
Diffstat (limited to 'httemplate/view')
| -rwxr-xr-x | httemplate/view/cust_main.cgi | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index 4d27765d0..4adaba3f4 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -584,6 +584,7 @@ print '</TABLE>';      my $target = "$payby$payinfo";      $payby =~ s/^BILL$/Check #/ if $payinfo; +    $payby =~ s/^CHEK$/Electronic check /;      $payby =~ s/^BILL$//;      $payby =~ s/^(CARD|COMP)$/$1 /;      my $info = $payby ? " ($payby$payinfo)" : ''; @@ -693,6 +694,7 @@ print '</TABLE>';                      : $cust_pay_void->payinfo;      $payby =~ s/^BILL$/Check #/ if $payinfo; +    $payby =~ s/^CHEK$/Electronic check /;      $payby =~ s/^BILL$//;      $payby =~ s/^(CARD|COMP)$/$1 /;      my $info = $payby ? " ($payby$payinfo)" : ''; @@ -797,6 +799,7 @@ print '</TABLE>';                      : $cust_refund->payinfo;      $payby =~ s/^BILL$/Check #/ if $payinfo; +    $payby =~ s/^CHEK$/Electronic check/;      $payby =~ s/^(CARD|COMP)$/$1 /;      push @history, { | 
