summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main
diff options
context:
space:
mode:
authorivan <ivan>2008-09-03 01:46:43 +0000
committerivan <ivan>2008-09-03 01:46:43 +0000
commit46a7257273fdae101658c8a1ee74f654ca0876b5 (patch)
tree16e5d2021a2cbc0d0fa2988bd767890013eed41e /httemplate/view/cust_main
parent2e3742946113c9a4e52a4741c020ff5b129050e8 (diff)
add back ability to post a check/cash refund. be more explicit about it instead of just being a checkbox when posting a credit. RT#3812
Diffstat (limited to 'httemplate/view/cust_main')
-rw-r--r--httemplate/view/cust_main/payment_history/refund.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/payment_history/refund.html b/httemplate/view/cust_main/payment_history/refund.html
index 5f9bca339..797882103 100644
--- a/httemplate/view/cust_main/payment_history/refund.html
+++ b/httemplate/view/cust_main/payment_history/refund.html
@@ -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 /;