diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-02-09 22:27:05 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-02-09 22:27:05 -0800 |
commit | 2b5ed545b9bbd4186bcc9bdf24515ee17394691f (patch) | |
tree | 4fae6400bb313ad4d988ff24f626d898625202fc /httemplate | |
parent | b06cbe907c8b7b655db21ca547b46f9f0241a443 (diff) |
optimize Reports->Customers->List Customers, RT#20173
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/search/cust_main.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi index 9f4963d55..aabc0b98b 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -119,6 +119,7 @@ % foreach my $cust_pkg ( @{$all_pkgs{$custnum}} ) { % my %cust_svc_by_svcpart; % my $rows = 0; +% local($FS::part_pkg::cache_enabled) = 1; #for $cust_pkg->part_svc % foreach my $part_svc ( % $cust_pkg->part_svc( summarize_size=>$large_pkg_size ) % ) { |