diff options
author | Ivan Kohler <ivan@freeside.biz> | 2018-02-20 14:17:55 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2018-02-20 14:17:55 -0800 |
commit | 266e0c3c894568fb06a15dfbcf4a4eb9bc6989b3 (patch) | |
tree | e4f587217458762bbb0a2f5da49f2eb9954e0f3b /httemplate/misc | |
parent | ed2d4de2ea785d30a54fb069b29f9618a40113c9 (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.html | 2 |
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') || ''; |