From: Mark Wells Date: Thu, 3 Jan 2013 03:07:15 +0000 (-0800) Subject: also allow searching by transaction for payby=CHEK X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=47835e6fb2ff9da30bd95ce10f1f22a3ce1cb8b5;p=freeside.git also allow searching by transaction for payby=CHEK --- 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 {