summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-01-29 13:58:25 -0800
committerIvan Kohler <ivan@freeside.biz>2014-01-29 13:58:25 -0800
commit0654d57f76f9a7ac4544da7ecc65cb924fe67d05 (patch)
tree8196ec2d8b877fd1154e4555d51444f8d3a92836 /FS/FS
parent398da2320a7e58c0e17b363927e2007a403d8288 (diff)
parente874d70f65b32178c4f2e7abac1bf9d05f5a1d58 (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/TemplateItem_Mixin.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/TemplateItem_Mixin.pm b/FS/FS/TemplateItem_Mixin.pm
index 664432975..66ccfb55d 100644
--- a/FS/FS/TemplateItem_Mixin.pm
+++ b/FS/FS/TemplateItem_Mixin.pm
@@ -100,7 +100,7 @@ sub time_period_pretty {
if ( defined($date_style) && $date_style eq 'month_of' ) {
# (now watch, someone's going to make us do Chinese)
$time_period = $self->mt('The month of [_1]',
- $self->time2str_local('The month of %B', $self->sdate)
+ $self->time2str_local('%B', $self->sdate)
);
} elsif ( defined($date_style) && $date_style eq 'X_month' ) {
my $desc = $conf->config( 'cust_bill-line_item-date_description',