diff options
author | ivan <ivan> | 2004-09-14 13:00:47 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-09-14 13:00:47 +0000 |
commit | b3e85cf7a5a514f185c7d9c5ba50550c759c9ab5 (patch) | |
tree | 50106c3941335b64dce0a23cf63f877c30ae86f5 /httemplate/edit/cust_refund.cgi | |
parent | 07fd88f7c0cd757eb2f8e635b71acebe6a944602 (diff) |
echeck/ACH refunds
Diffstat (limited to 'httemplate/edit/cust_refund.cgi')
-rwxr-xr-x | httemplate/edit/cust_refund.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/cust_refund.cgi b/httemplate/edit/cust_refund.cgi index 425c17738..8955c7cee 100755 --- a/httemplate/edit/cust_refund.cgi +++ b/httemplate/edit/cust_refund.cgi @@ -49,6 +49,7 @@ if ( $cust_pay ) { my $payby = $cust_pay->payby; my $payinfo = $cust_pay->payinfo; $payby =~ s/^BILL$/Check/ if $payinfo; + $payby =~ s/^CHEK$/Electronic check/; $payinfo = $cust_pay->payinfo_masked if $payby eq 'CARD'; print '<BR>Payment'. ntable("#cccccc", 2). |