[freeside-commits] freeside/FS/FS/part_event/Condition billday.pm, 1.4, 1.5
Mark Wells
mark at wavetail.420.am
Wed Nov 30 21:30:18 PST 2011
Update of /home/cvs/cvsroot/freeside/FS/FS/part_event/Condition
In directory wavetail.420.am:/tmp/cvs-serv6276/FS/FS/part_event/Condition
Modified Files:
billday.pm
Log Message:
typo
Index: billday.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_event/Condition/billday.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -d -r1.4 -r1.5
--- billday.pm 1 Dec 2011 05:27:54 -0000 1.4
+++ billday.pm 1 Dec 2011 05:30:16 -0000 1.5
@@ -33,7 +33,6 @@
sub condition_sql {
my( $class, $table, %opt ) = @_;
- # ick
my $delay = $class->condition_sql_option_integer('delay',
$opt{'driver_name'}); # returns 0 for null
my $as_of = $opt{'time'} . " - ($delay * 86400)"; # in seconds
More information about the freeside-commits
mailing list