reduce noise
[freeside.git] / FS / FS / part_pkg / prorate.pm
index a0f579f..320fdb6 100644 (file)
@@ -45,7 +45,7 @@ sub calc_recur {
 
 sub cutoff_day {
   my $self = shift;
-  $self->option('cutoff_day') || 1;
+  $self->option('cutoff_day', 1) || 1;
 }
 
 1;