summaryrefslogtreecommitdiff
path: root/FS/FS/Template_Mixin.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-06-18 18:43:54 -0700
committerIvan Kohler <ivan@freeside.biz>2014-06-18 18:43:54 -0700
commitb7d918470cb8018332c05d17ef989ed4e9740ed3 (patch)
tree207794a64e6cfdb850e079dbf7aba10086343754 /FS/FS/Template_Mixin.pm
parentca69a0d849a8a54417c777559b3fc342f0f11415 (diff)
fix (part of) 3.x performance regression on customers with tons of invoices, RT#29646, RT#12367
Diffstat (limited to 'FS/FS/Template_Mixin.pm')
-rw-r--r--FS/FS/Template_Mixin.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Template_Mixin.pm b/FS/FS/Template_Mixin.pm
index 1c373f9..64f0149 100644
--- a/FS/FS/Template_Mixin.pm
+++ b/FS/FS/Template_Mixin.pm
@@ -1821,7 +1821,7 @@ configured for the back-office. Use _date_pretty for end-customer display use.
sub _date_pretty_unlocalized {
my $self = shift;
- $self->time2str($date_format, $self->_date);
+ time2str($date_format, $self->_date);
}
=item _items_sections OPTIONS