From: ivan Date: Thu, 27 Oct 2005 15:48:36 +0000 (+0000) Subject: fix from joe @ surferz: lines 59 and 60 had the wrote quote. they had single quote... X-Git-Tag: SQL_LEDGER_2_4_4~1^2~108 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=e0ab4446794f3c9ad0ecf012fcc8b1b3ef4d48cf;p=freeside.git fix from joe @ surferz: lines 59 and 60 had the wrote quote. they had single quote where double was needed... --- 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]' ".