summaryrefslogtreecommitdiff
path: root/httemplate/search/elements
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/elements')
-rw-r--r--httemplate/search/elements/report_cust_pay_or_refund.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/elements/report_cust_pay_or_refund.html b/httemplate/search/elements/report_cust_pay_or_refund.html
index 7a1216bb6..0e04ab0dd 100644
--- a/httemplate/search/elements/report_cust_pay_or_refund.html
+++ b/httemplate/search/elements/report_cust_pay_or_refund.html
@@ -53,7 +53,7 @@ Examples:
if ( what.value == 'BILL' ) {
show('payinfo');
hide('ccpay');
- } else if ( what.value.match(/^CARD/) ) {
+ } else if ( what.value.match(/^CARD|CHEK/) ) {
hide('payinfo');
show('ccpay');
} else {