summaryrefslogtreecommitdiff
path: root/FS/FS/cust_bill_pkg_detail.pm
diff options
context:
space:
mode:
authorivan <ivan>2011-11-15 19:41:43 +0000
committerivan <ivan>2011-11-15 19:41:43 +0000
commitdbfc122560cb38f69500c9128e965ff1e5684efc (patch)
tree698313eebefe329bd23e4406a305cb3f8df1fa51 /FS/FS/cust_bill_pkg_detail.pm
parent2df6bb6be0b1acc2e5cc7271df62d81e2cd4b01e (diff)
optimize invoice rendering with lots of CDRs, RT#15155
Diffstat (limited to 'FS/FS/cust_bill_pkg_detail.pm')
-rw-r--r--FS/FS/cust_bill_pkg_detail.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/cust_bill_pkg_detail.pm b/FS/FS/cust_bill_pkg_detail.pm
index eb0ae96..46f6e17 100644
--- a/FS/FS/cust_bill_pkg_detail.pm
+++ b/FS/FS/cust_bill_pkg_detail.pm
@@ -163,11 +163,13 @@ for tabular appearance in those environments if possible.
If I<escape_function> is set then the format is processed by this
function before being returned.
+DEPRECATED? (mostly unused, expensive)
If I<format_function> 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} || '';