also allow searching by transaction for payby=CHEK
authorMark Wells <mark@freeside.biz>
Thu, 3 Jan 2013 03:07:15 +0000 (19:07 -0800)
committerMark Wells <mark@freeside.biz>
Thu, 3 Jan 2013 03:07:15 +0000 (19:07 -0800)
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 {