DSL status pulling, RT#13656
[freeside.git] / FS / FS / part_pkg / prorate.pm
index fb76f90..320fdb6 100644 (file)
@@ -24,8 +24,8 @@ use FS::part_pkg::flat;
                           'type' => 'checkbox',
                         },
     'prorate_round_day'=> {
-                          'name' => 'When prorating first month, round to '.
-                                    'the nearest full day',
+                          'name' => 'Round the prorated period to the nearest '.
+                                    'full day',
                           'type' => 'checkbox',
                         },
     'prorate_defer_bill'=> {
@@ -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;