From 3120e258a9a859bba3b64e493cf6d922d8b49e4c Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 20 Feb 2018 14:18:01 -0800 Subject: fix broadband reporting with giant query URLs (large numbers of package defs, etc.), RT#76765 --- httemplate/misc/email-customers.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate/misc') diff --git a/httemplate/misc/email-customers.html b/httemplate/misc/email-customers.html index c9a216c3a..b8ba99705 100644 --- a/httemplate/misc/email-customers.html +++ b/httemplate/misc/email-customers.html @@ -230,6 +230,8 @@ my $process_url = $opt{'process_url'} || 'process/email-customers.html'; my $title = $opt{'title'} || 'Send customer notices'; push( @no_search_fields, @{$opt{'no_search_fields'}} ) if $opt{'no_search_fields'}; +$m->comp('/elements/handle_uri_query'); + my $table = $cgi->param('table') or die "'table' required"; my $agent_virt_agentnum = $cgi->param('agent_virt_agentnum') || ''; -- cgit v1.2.1