diff options
Diffstat (limited to 'httemplate/search/report_cust_main-zip.html')
| -rw-r--r-- | httemplate/search/report_cust_main-zip.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/search/report_cust_main-zip.html b/httemplate/search/report_cust_main-zip.html index 19b7ecc91..aa802f302 100644 --- a/httemplate/search/report_cust_main-zip.html +++ b/httemplate/search/report_cust_main-zip.html @@ -34,8 +34,9 @@ </TR> <% include( '/elements/tr-select-agent.html', - 'curr_value' => scalar( $cgi->param('agentnum') ), - 'label' => 'For agent: ', + 'curr_value' => scalar( $cgi->param('agentnum') ), + 'label' => 'For agent: ', + 'disable_empty' => 0, ) %> |
