diff options
author | ivan <ivan> | 2004-09-21 07:57:17 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-09-21 07:57:17 +0000 |
commit | 9c29afdc9ab5c24d99a7cab48da13dfebd2fb477 (patch) | |
tree | 8250c2b06cd038ebe8b14c23949567e63462f776 /httemplate/view/cust_main.cgi | |
parent | 46a5985856e72a3755ea16d0829a1d1df4a94269 (diff) |
and for refunds too
Diffstat (limited to 'httemplate/view/cust_main.cgi')
-rwxr-xr-x | httemplate/view/cust_main.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index 4adaba3f4..22c419102 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -799,7 +799,7 @@ print '</TABLE>'; : $cust_refund->payinfo; $payby =~ s/^BILL$/Check #/ if $payinfo; - $payby =~ s/^CHEK$/Electronic check/; + $payby =~ s/^CHEK$/Electronic check /; $payby =~ s/^(CARD|COMP)$/$1 /; push @history, { |