diff options
Diffstat (limited to 'httemplate/search/report_cust_main-zip.html')
-rw-r--r-- | httemplate/search/report_cust_main-zip.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_cust_main-zip.html b/httemplate/search/report_cust_main-zip.html index 1cd07ef76..c5a64ae7a 100644 --- a/httemplate/search/report_cust_main-zip.html +++ b/httemplate/search/report_cust_main-zip.html @@ -34,7 +34,7 @@ </TR> <% include( '/elements/tr-select-agent.html', - $cgi->param('agentnum'), + ($cgi->param('agentnum') || ''), 'label' => 'for agent: ', ) %> |