[freeside-commits] freeside/FS/FS banned_pay.pm,1.3.2.1,1.3.2.2
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-serv30069
Modified Files:
Tag: FREESIDE_2_1_BRANCH
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.3.2.1
retrieving revision 1.3.2.2
diff -u -w -d -r1.3.2.1 -r1.3.2.2
--- banned_pay.pm 15 Jul 2011 21:10:19 -0000 1.3.2.1
+++ banned_pay.pm 20 Jul 2011 21:34:28 -0000 1.3.2.2
@@ -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