X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fdetail_format.pm;h=e49a9f94bcaaad959391f54d98965a30796344e1;hb=42e878b29ae26943d7dc3acfbb7f095a56ae0a2f;hp=b072ff58d561830759b92201f79e0b1f0edae436;hpb=c2f7d8ba623194ad1fae37b231b2e29b33d05674;p=freeside.git diff --git a/FS/FS/detail_format.pm b/FS/FS/detail_format.pm index b072ff58d..e49a9f94b 100644 --- a/FS/FS/detail_format.pm +++ b/FS/FS/detail_format.pm @@ -178,6 +178,7 @@ Takes a single CDR and returns an invoice detail to describe it. By default, this maps the following fields from the CDR: +acctid => acctid rated_price => amount rated_classnum => classnum rated_seconds => duration @@ -208,6 +209,7 @@ sub single_detail { $price = 0 if $cdr->freesidestatus eq 'no-charge'; FS::cust_bill_pkg_detail->new( { + 'acctid' => $cdr->acctid, 'amount' => $price, 'classnum' => $cdr->rated_classnum, 'duration' => $cdr->rated_seconds,