fix from joe @ surferz: lines 59 and 60 had the wrote quote. they had single quote...
authorivan <ivan>
Thu, 27 Oct 2005 15:48:36 +0000 (15:48 +0000)
committerivan <ivan>
Thu, 27 Oct 2005 15:48:36 +0000 (15:48 +0000)
httemplate/search/cust_pay.cgi

index 2106a64..9b9458e 100755 (executable)
@@ -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]'                             ".