From: ivan Date: Tue, 21 Sep 2004 07:50:23 +0000 (+0000) Subject: better display of echeck payments/refunds/etc. X-Git-Tag: BEFORE_FINAL_MASONIZE~941 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=46a5985856e72a3755ea16d0829a1d1df4a94269 better display of echeck payments/refunds/etc. --- 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, {