From c4c8512adc83e2c6e6640112735e887b71222e1d Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 28 Jan 2016 16:23:38 -0800 Subject: optimize Reports->Customers->List Customers, RT#20173 --- FS/FS/Record.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'FS/FS/Record.pm') diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm index cb7d03694..a117b7477 100644 --- a/FS/FS/Record.pm +++ b/FS/FS/Record.pm @@ -199,6 +199,7 @@ sub new { $self->{'modified'} = 0; + $self->_simplecache($self->{'Hash'}) if $self->can('_simplecache'); $self->_cache($self->{'Hash'}, shift) if $self->can('_cache') && @_; $self; -- cgit v1.2.1