diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2015-01-25 21:44:54 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2015-01-25 21:44:54 -0800 |
| commit | 8d953e7c2f94dc007d94da74650d27c5a74cc792 (patch) | |
| tree | e1eff75da8cd34030b43988db867372bd782a480 /httemplate/search/elements | |
| parent | 446fb74f2f31d48dd303c9a52105d40f11079e10 (diff) | |
manual echeck payment type, RT#26995
Diffstat (limited to 'httemplate/search/elements')
| -rwxr-xr-x | httemplate/search/elements/cust_pay_or_refund.html | 2 | ||||
| -rw-r--r-- | httemplate/search/elements/report_cust_pay_or_refund.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/search/elements/cust_pay_or_refund.html b/httemplate/search/elements/cust_pay_or_refund.html index b5172fb36..7bebe7f40 100755 --- a/httemplate/search/elements/cust_pay_or_refund.html +++ b/httemplate/search/elements/cust_pay_or_refund.html @@ -271,7 +271,7 @@ if ( $cgi->param('magic') ) { foreach my $payby ( $cgi->param('payby') ) { $payby =~ - /^(CARD|CHEK|BILL|CASH|PPAL|APPL|ANRD|PREP|WIRE|WEST|EDI|MCRD)(-(VisaMC|Amex|Discover|Maestro|Tokenized))?$/ + /^(CARD|CHEK|BILL|CASH|PPAL|APPL|ANRD|PREP|WIRE|WEST|EDI|MCRD|MCHK)(-(VisaMC|Amex|Discover|Maestro|Tokenized))?$/ or die "illegal payby $payby"; my $payby_search = "$table.payby = '$1'"; diff --git a/httemplate/search/elements/report_cust_pay_or_refund.html b/httemplate/search/elements/report_cust_pay_or_refund.html index 3026605ca..9c4ca2761 100644 --- a/httemplate/search/elements/report_cust_pay_or_refund.html +++ b/httemplate/search/elements/report_cust_pay_or_refund.html @@ -53,6 +53,7 @@ Examples: <OPTION VALUE="WEST" SELECTED><% mt('Western Union') |h %></OPTION> <OPTION VALUE="EDI" SELECTED><% mt('Electronic Debit (EDI)') |h %></OPTION> <OPTION VALUE="MCRD" SELECTED><% mt('manual credit card') |h %></OPTION> + <OPTION VALUE="MCHK" SELECTED><% mt('manual electronic check') |h %></OPTION> </SELECT> </TD> </TR> |
