[freeside-commits] branch master updated. 47835e6fb2ff9da30bd95ce10f1f22a3ce1cb8b5

Mark Wells mark at 420.am
Wed Jan 2 19:07:26 PST 2013


The branch, master has been updated
       via  47835e6fb2ff9da30bd95ce10f1f22a3ce1cb8b5 (commit)
      from  e5d6af11f52aabe8c9e6e12ce43c3401ccf025a8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 47835e6fb2ff9da30bd95ce10f1f22a3ce1cb8b5
Author: Mark Wells <mark at freeside.biz>
Date:   Wed Jan 2 19:07:15 2013 -0800

    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 7a1216b..0e04ab0 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 {

-----------------------------------------------------------------------

Summary of changes:
 .../search/elements/report_cust_pay_or_refund.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list