[freeside-commits] freeside/httemplate/search cust_pay.cgi, 1.22,
1.23
Ivan,,,
ivan at wavetail.420.am
Mon Nov 7 14:07:04 PST 2005
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail:/tmp/cvs-serv23988
Modified Files:
cust_pay.cgi
Log Message:
fix Discover card report, closes: Bug#1270
Index: cust_pay.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_pay.cgi,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- cust_pay.cgi 27 Oct 2005 15:48:36 -0000 1.22
+++ cust_pay.cgi 7 Nov 2005 22:07:01 -0000 1.23
@@ -51,8 +51,9 @@
" ) ";
} elsif ( $3 eq 'Discover' ) {
push @search,
- " substring(cust_pay.payinfo from 1 for 4 ) = '6011' ".
- " OR substring(cust_pay.payinfo from 1 for 3 ) = '650' ";
+ " ( substring(cust_pay.payinfo from 1 for 4 ) = '6011' ".
+ " OR substring(cust_pay.payinfo from 1 for 3 ) = '650' ".
+ " ) ";
} elsif ( $3 eq 'Maestro' ) {
push @search,
" ( substring(cust_pay.payinfo from 1 for 2 ) = '63' ".
More information about the freeside-commits
mailing list