X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_bill.pm;h=45f86eddafc036566ec37030e155695208ee5b98;hb=aaf20df651082ece4e891bf56a9fdff79c1165c1;hp=9d1631fb51084cd58d5a813e4fd01de02e1ba158;hpb=0eab7643459bbf8626b0e89240d2f5f9d8a957d8;p=freeside.git diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 9d1631fb5..45f86edda 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -5135,7 +5135,9 @@ sub _items_cust_bill_pkg { $cust_main->agentnum ); if ( defined($date_style) && $date_style eq 'month_of' ) { - $time_period = $self->time2str_local('The month of %B', $cust_bill_pkg->sdate); + $time_period = $self->mt('The month of [_1]', + $self->time2str_local('%B', $cust_bill_pkg->sdate) + ); } elsif ( defined($date_style) && $date_style eq 'X_month' ) { my $desc = $conf->config( 'cust_bill-line_item-date_description', $cust_main->agentnum