[freeside-commits] freeside/httemplate/search cust_pay.cgi, 1.21,
1.22
Ivan,,,
ivan at wavetail.420.am
Thu Oct 27 08:48:39 PDT 2005
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail:/tmp/cvs-serv7606
Modified Files:
cust_pay.cgi
Log Message:
fix from joe @ surferz: lines 59 and 60 had the wrote quote. they had single quote where double was needed...
Index: cust_pay.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_pay.cgi,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- cust_pay.cgi 21 Oct 2005 15:21:37 -0000 1.21
+++ cust_pay.cgi 27 Oct 2005 15:48:36 -0000 1.22
@@ -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]' ".
More information about the freeside-commits
mailing list