[freeside-commits] branch FREESIDE_3_BRANCH updated. e345aa297433b9653f42fc81145eb107c482a19d
Mark Wells
mark at 420.am
Tue Jan 28 18:10:50 PST 2014
The branch, FREESIDE_3_BRANCH has been updated
via e345aa297433b9653f42fc81145eb107c482a19d (commit)
from 0352ff06405c1ced9be791c9c1ce6d72e5a2a71f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e345aa297433b9653f42fc81145eb107c482a19d
Author: Mark Wells <mark at freeside.biz>
Date: Tue Jan 28 18:06:41 2014 -0800
fix "the month of" text on invoices, #24850
diff --git a/FS/FS/TemplateItem_Mixin.pm b/FS/FS/TemplateItem_Mixin.pm
index 6644329..66ccfb5 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',
-----------------------------------------------------------------------
Summary of changes:
FS/FS/TemplateItem_Mixin.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list