From e0ab4446794f3c9ad0ecf012fcc8b1b3ef4d48cf Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 27 Oct 2005 15:48:36 +0000 Subject: fix from joe @ surferz: lines 59 and 60 had the wrote quote. they had single quote where double was needed... --- httemplate/search/cust_pay.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httemplate/search/cust_pay.cgi b/httemplate/search/cust_pay.cgi index 2106a649a..9b9458e63 100755 --- a/httemplate/search/cust_pay.cgi +++ b/httemplate/search/cust_pay.cgi @@ -56,8 +56,8 @@ } elsif ( $3 eq 'Maestro' ) { push @search, " ( substring(cust_pay.payinfo from 1 for 2 ) = '63' ". - ' OR substring(cust_pay.payinfo from 1 for 2 ) = '67' ". - ' OR substring(cust_pay.payinfo from 1 for 6 ) = '564182' ". + " OR substring(cust_pay.payinfo from 1 for 2 ) = '67' ". + " OR substring(cust_pay.payinfo from 1 for 6 ) = '564182' ". " OR substring(cust_pay.payinfo from 1 for 4 ) = '4936' ". " OR substring(cust_pay.payinfo from 1 for 6 ) ". " SIMILAR TO '49030[2-9]' ". -- cgit v1.2.1