From 46a5985856e72a3755ea16d0829a1d1df4a94269 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 21 Sep 2004 07:50:23 +0000 Subject: [PATCH] better display of echeck payments/refunds/etc. --- httemplate/view/cust_main.cgi | 3 +++ 1 file changed, 3 insertions(+) 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 ''; 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 ''; : $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 ''; : $cust_refund->payinfo; $payby =~ s/^BILL$/Check #/ if $payinfo; + $payby =~ s/^CHEK$/Electronic check/; $payby =~ s/^(CARD|COMP)$/$1 /; push @history, { -- 2.11.0