projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5d6af1
)
also allow searching by transaction for payby=CHEK
author
Mark Wells
<mark@freeside.biz>
Thu, 3 Jan 2013 03:07:15 +0000
(19:07 -0800)
committer
Mark Wells
<mark@freeside.biz>
Thu, 3 Jan 2013 03:07:15 +0000
(19:07 -0800)
httemplate/search/elements/report_cust_pay_or_refund.html
patch
|
blob
|
history
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
(file)
--- 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 {