localize CDR column headings, #27276
authorMark Wells <mark@freeside.biz>
Thu, 30 Jan 2014 02:14:51 +0000 (18:14 -0800)
committerMark Wells <mark@freeside.biz>
Thu, 30 Jan 2014 02:14:51 +0000 (18:14 -0800)
FS/FS/part_pkg/voip_cdr.pm

index 9943cfc..1370c92 100644 (file)
@@ -893,7 +893,8 @@ sub calc_usage {
   } # $cust_svc
 
   unshift @$details, { format => 'C',
-                       detail => FS::cdr::invoice_header($output_format),
+                       detail => 
+                         $cust_pkg->mt(FS::cdr::invoice_header($output_format))
                      }
     if @$details && $rating_method ne 'upstream';