X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg%2Fvoip_inbound.pm;h=373701eb663558e9886de21e1be7d1a09490640f;hb=16062ec78d33d4d3b9c996eb057a331837fc65f8;hp=ec95c904071f458d25f8e5dcd3e9e57196f292ce;hpb=1c1acee279d419551ad27e3ea9a70fca5d3fd7dc;p=freeside.git diff --git a/FS/FS/part_pkg/voip_inbound.pm b/FS/FS/part_pkg/voip_inbound.pm index ec95c9040..373701eb6 100644 --- a/FS/FS/part_pkg/voip_inbound.pm +++ b/FS/FS/part_pkg/voip_inbound.pm @@ -218,7 +218,11 @@ sub calc_usage { my $output_format = $self->option('output_format', 1) || 'default'; my $formatter = - FS::detail_format->new($output_format, buffer => $details, inbound => 1); + FS::detail_format->new($output_format, + buffer => $details, + inbound => 1, + locale => $cust_pkg->cust_main->locale + ); my $granularity = length($self->option('sec_granularity')) ? $self->option('sec_granularity')