X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg%2Fprorate.pm;h=4cdc3f123275b5f4809bbbe1d7fb85c7ee40faae;hp=a81bfda9dac4d9c549621736d991756445a34910;hb=0cd91e6625848b1ccf72b4b80bd18b3a1c66bbee;hpb=5c87e7c09b01281104c39e1af0d5e5129b9804a6 diff --git a/FS/FS/part_pkg/prorate.pm b/FS/FS/part_pkg/prorate.pm index a81bfda9d..4cdc3f123 100644 --- a/FS/FS/part_pkg/prorate.pm +++ b/FS/FS/part_pkg/prorate.pm @@ -22,9 +22,9 @@ use Time::Local qw(timelocal); 'type' => 'checkbox', }, 'prorate_round_day'=> { - 'name' => 'Round the prorated period to the nearest '. - 'full day', - 'type' => 'checkbox', + 'name' => 'Round the prorated period', + 'type' => 'select', + 'select_options' => \%FS::part_pkg::prorate_Mixin::prorate_round_day_opts, }, 'prorate_defer_bill'=> { 'name' => 'Defer the first bill until the billing day',