X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg.pm;h=008ba8a86831288fe11e7a268617f6925bf28101;hp=92943f25cb16a59adbc4236ad46d7e3071af14e9;hb=8f37f0b3f6a946839132120984ec62b6f7ad7594;hpb=819d82e8800b9ea271bfda7a2b49e224bb50c338 diff --git a/FS/FS/part_pkg.pm b/FS/FS/part_pkg.pm index 92943f25c..008ba8a86 100644 --- a/FS/FS/part_pkg.pm +++ b/FS/FS/part_pkg.pm @@ -2015,6 +2015,18 @@ sub recur_margin_permonth { $self->base_recur_permonth(@_) - $self->recur_cost_permonth(@_); } +=item intro_end PACKAGE + +Takes an L object. If this plan has an introductory rate, +returns the expected date the intro period will end. If there is no intro +rate, returns zero. + +=cut + +sub intro_end { + 0; +} + =item format OPTION DATA Returns data formatted according to the function 'format' described