1 package FS::detail_format::default;
4 use base qw(FS::detail_format);
8 sub header_detail { 'Date,Time,Number,Destination,Duration,Price' }
14 $self->time2str_local($self->date_format, $cdr->startdate),
15 $self->time2str_local('%r', $cdr->startdate),
16 ($cdr->rated_pretty_dst || $cdr->dst),
17 $cdr->rated_regionname,
18 $self->duration($cdr),