[freeside-commits] freeside/FS/FS banned_pay.pm,1.4,1.5

Ivan,,, ivan at wavetail.420.am
Wed Jul 20 14:34:30 PDT 2011


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv30065

Modified Files:
	banned_pay.pm 
Log Message:
fix overzealous card reuse warning, RT#13743

Index: banned_pay.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/banned_pay.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -d -r1.4 -r1.5
--- banned_pay.pm	15 Jul 2011 21:10:04 -0000	1.4
+++ banned_pay.pm	20 Jul 2011 21:34:28 -0000	1.5
@@ -149,7 +149,7 @@
                      'payby'   => $opt{payby},
                      'payinfo' => md5_base64($opt{payinfo}),
                    },
-    'extra_sql' => 'AND end_date IS NULL OR end_date >= '. time,
+    'extra_sql' => 'AND ( end_date IS NULL OR end_date >= '. time. ' ) ',
   });
 }
 



More information about the freeside-commits mailing list