diff options
| author | Mark Wells <mark@freeside.biz> | 2013-01-02 19:07:15 -0800 | 
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2013-01-02 19:07:15 -0800 | 
| commit | 47835e6fb2ff9da30bd95ce10f1f22a3ce1cb8b5 (patch) | |
| tree | 6cc9ffd0dd706b093d0cd87c97ef0164aa2cc6e4 | |
| parent | e5d6af11f52aabe8c9e6e12ce43c3401ccf025a8 (diff) | |
also allow searching by transaction for payby=CHEK
| -rw-r--r-- | httemplate/search/elements/report_cust_pay_or_refund.html | 2 | 
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 { | 
