X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FTemplate_Mixin.pm;h=64f0149fc883bd872b335cf965cc235291d8b8fe;hb=447f1a906b47868497485edc3ba190a808539956;hp=1c373f95d839beb76ff191a99b97986f6565fd82;hpb=ca69a0d849a8a54417c777559b3fc342f0f11415;p=freeside.git diff --git a/FS/FS/Template_Mixin.pm b/FS/FS/Template_Mixin.pm index 1c373f95d..64f0149fc 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