From bf361c90807eb353bfbf5c59bf133d148c823d66 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 12 Feb 2014 14:59:17 -0800 Subject: EDI and other uncommon payments on payment report, RT#27557 --- httemplate/search/elements/cust_pay_or_refund.html | 2 +- httemplate/search/elements/report_cust_pay_or_refund.html | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) (limited to 'httemplate') diff --git a/httemplate/search/elements/cust_pay_or_refund.html b/httemplate/search/elements/cust_pay_or_refund.html index 339fddb7e..7afab4e71 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|PREP|CASH|WEST|MCRD)(-(VisaMC|Amex|Discover|Maestro|Tokenized))?$/ + /^(CARD|CHEK|BILL|CASH|PPAL|APPL|ANRD|PREP|WIRE|WEST|EDI|MCRD)(-(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 25f7cdadd..3026605ca 100644 --- a/httemplate/search/elements/report_cust_pay_or_refund.html +++ b/httemplate/search/elements/report_cust_pay_or_refund.html @@ -30,19 +30,28 @@ Examples: <% ucfirst(PL($name_singular)) %> of type: - + %# %# + + - + + + + + + + -- cgit v1.2.1