X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_bill_pkg.pm;h=a1f0f16e111b8d7046a5e8e734c571d59a2074d5;hb=2e3742946113c9a4e52a4741c020ff5b129050e8;hp=aa37ac4b51af25208e4dd48d9f320f07eff15bd5;hpb=4ad29235ceb48ec0c5a0af07e6ccfcb64b40f466;p=freeside.git diff --git a/FS/FS/cust_bill_pkg.pm b/FS/FS/cust_bill_pkg.pm index aa37ac4b5..a1f0f16e1 100644 --- a/FS/FS/cust_bill_pkg.pm +++ b/FS/FS/cust_bill_pkg.pm @@ -455,18 +455,6 @@ sub unitrecur { : $self->getfield('unitrecur'); } -=item separate_cdr - -Returns true if this line item represents a cdr line item in its own section. - -=cut - -# lame, but works for now -sub separate_cdr { - my( $self ) = shift; - $self->pkgnum && $self->section ne $self->part_pkg->categoryname; -} - =item usage CLASSNUM Returns the amount of the charge associated with usage class CLASSNUM if