diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2016-02-09 22:27:03 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2016-03-21 13:52:08 -0700 |
| commit | 83ae7beac0d7dd6130c47327908afc33f31e725a (patch) | |
| tree | 2f63c351e7ebbb199a7b0a7bbfc91e9911d2aedf /httemplate | |
| parent | e7c0997647409ed5eac447af22d01561dbef3539 (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 38ec4f453..dde6dbdec 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 ) % ) { |
