diff options
Diffstat (limited to 'httemplate/graph/report_cust_pkg.html')
-rw-r--r-- | httemplate/graph/report_cust_pkg.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/graph/report_cust_pkg.html b/httemplate/graph/report_cust_pkg.html index 0ff01815f..5db6538e1 100644 --- a/httemplate/graph/report_cust_pkg.html +++ b/httemplate/graph/report_cust_pkg.html @@ -6,9 +6,9 @@ <% include('/elements/tr-select-from_to.html' ) %> -<% include('/elements/tr-select-agent.html', - 'curr_value' => scalar($cgi->param('agentnum')), - 'label' => 'For agent: ', +<% include('/elements/tr-select-agent.html'. scalar($cgi->param('agentnum')), + 'label' => 'For agent: ', + 'disable_empty' => 0, ) %> |