X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg%2Fflat.pm;h=c1d1f56b2b046ed316d28f94ee401c6d3459f7f9;hp=4566c87cefea2d638b8e6ff0d8cd783ec4c462dd;hb=d3e18527e2fa36b7b7fe7b8b0a5906caae3cb8de;hpb=0534412bf84b022fe23f9231cb66424b7f6033df diff --git a/FS/FS/part_pkg/flat.pm b/FS/FS/part_pkg/flat.pm index 4566c87ce..c1d1f56b2 100644 --- a/FS/FS/part_pkg/flat.pm +++ b/FS/FS/part_pkg/flat.pm @@ -196,6 +196,8 @@ sub is_free_options { sub is_prepaid { 0; } #no, we're postpaid +sub can_start_date { ! shift->option('start_1st', 1) } + #XXX discounts only on recurring fees for now (no setup/one-time or usage) sub can_discount { my $self = shift;