X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_bill_pkg_detail.pm;h=46f6e170ded6e07e110686142a91ef3f47b4ba83;hp=9ac164ced12f2e58046ad886fdc2c90b067c7522;hb=395cc72629d31c8dcd138acf423e66d2d73d89d2;hpb=5fdd19665fb7c0ad425a99d3dbf9ad7e27fbf44a diff --git a/FS/FS/cust_bill_pkg_detail.pm b/FS/FS/cust_bill_pkg_detail.pm index 9ac164ced..46f6e170d 100644 --- a/FS/FS/cust_bill_pkg_detail.pm +++ b/FS/FS/cust_bill_pkg_detail.pm @@ -57,6 +57,8 @@ inherits from FS::Record. The following fields are currently supported: =item accountcode - accountcode +=item startdate - CDR startdate, if any + =item detail - detail description =back @@ -161,11 +163,13 @@ for tabular appearance in those environments if possible. If I is set then the format is processed by this function before being returned. +DEPRECATED? (mostly unused, expensive) If I is set then the detail is handed to this callback for processing. =cut +#totally false laziness w/cust_bill_pkg->detail sub formatted { my ( $self, %opt ) = @_; my $format = $opt{format} || '';