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