summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-02-09 22:27:03 -0800
committerIvan Kohler <ivan@freeside.biz>2016-02-09 22:27:03 -0800
commitf7329b766b496393064a4dd4df2515cbfbb00827 (patch)
tree0ccdf033b012318ea7adba6307c4a0b461fb826f /httemplate
parent53c4589b2950b3ed85bcacfb707430c60cd1021e (diff)
optimize Reports->Customers->List Customers, RT#20173
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/search/cust_main.cgi1
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 )
% ) {