summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-02-20 14:17:55 -0800
committerIvan Kohler <ivan@freeside.biz>2018-02-20 14:17:55 -0800
commit266e0c3c894568fb06a15dfbcf4a4eb9bc6989b3 (patch)
treee4f587217458762bbb0a2f5da49f2eb9954e0f3b /httemplate/misc
parented2d4de2ea785d30a54fb069b29f9618a40113c9 (diff)
fix broadband reporting with giant query URLs (large numbers of package defs, etc.), RT#76765
Diffstat (limited to 'httemplate/misc')
-rw-r--r--httemplate/misc/email-customers.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/misc/email-customers.html b/httemplate/misc/email-customers.html
index f52c6b36a..3f8816caa 100644
--- a/httemplate/misc/email-customers.html
+++ b/httemplate/misc/email-customers.html
@@ -302,6 +302,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') || '';