X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FCondition%2Fbillday.pm;h=078166ddba24d013ce2ffa0ef77e140afdb95648;hb=aeb90ade381fc3d5477db0334048c2af623fccfe;hp=fa0c0a9a2a6422edd247339111b87194342376c0;hpb=b57cbdae3927018370534aa0ea5492d13a1ded9b;p=freeside.git diff --git a/FS/FS/part_event/Condition/billday.pm b/FS/FS/part_event/Condition/billday.pm index fa0c0a9a2..078166ddb 100644 --- a/FS/FS/part_event/Condition/billday.pm +++ b/FS/FS/part_event/Condition/billday.pm @@ -33,7 +33,6 @@ sub condition { 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