add back ability to post a check/cash refund. be more explicit about it instead...
[freeside.git] / httemplate / view / cust_main / payment_history / refund.html
index 5f9bca3..7978821 100644 (file)
@@ -14,6 +14,7 @@ my $payinfo = $payby eq 'CARD'
                 : $cust_refund->payinfo;
 
 $payby =~ s/^BILL$/Check #/ if $payinfo;
+$payby =~ s/^BILL$/Check/;
 $payby =~ s/^CHEK$/Electronic check /;
 $payby =~ s/^(CARD|COMP)$/$1 /;