diff options
Diffstat (limited to 'httemplate/search/report_cust_main.html')
| -rwxr-xr-x | httemplate/search/report_cust_main.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index 6f5b38df3..b0c5fde86 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -10,7 +10,8 @@ </TR> <% include( '/elements/tr-select-agent.html', - ($cgi->param('agentnum') || ''), + 'curr_value' => scalar($cgi->param('agentnum')), + 'disable_empty' => 0, ) %> |
