X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg%2Fflat.pm;h=5fd269642908b390b8027e89f3aebce2d0f8d243;hp=f3a2b85a5bc798c98282cac076ec2fadf4ebd1c6;hb=9d96031e79187a549c2c150e96363d421e59efc5;hpb=32834b6e8a92ca3ec0bbf58075956a7d0edca79a diff --git a/FS/FS/part_pkg/flat.pm b/FS/FS/part_pkg/flat.pm index f3a2b85a5..5fd269642 100644 --- a/FS/FS/part_pkg/flat.pm +++ b/FS/FS/part_pkg/flat.pm @@ -256,6 +256,7 @@ sub is_prepaid { 0; } #no, we're postpaid sub can_start_date { my $self = shift; my %opt = @_; + return 0 if $self->start_on_hold; ! $self->option('start_1st', 1) && ( ! $self->option('sync_bill_date',1) || ! $self->option('prorate_defer_bill',1)