also allow searching by transaction for payby=CHEK
[freeside.git] / httemplate / search / elements / report_cust_pay_or_refund.html
index 7a1216b..0e04ab0 100644 (file)
@@ -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 {