diff options
author | ivan <ivan> | 2008-12-10 21:43:43 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-12-10 21:43:43 +0000 |
commit | 5836672804f6285e914061b18bcb8d18139e4783 (patch) | |
tree | 96d9338f514ff99141af3834790ba9f956e553e3 /httemplate/search/report_cust_main.html | |
parent | 73de2464e855e941c4c90555be002866eec340ac (diff) |
allow all-agent reporting again
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, ) %> |