diff options
author | ivan <ivan> | 2008-12-10 21:33:59 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-12-10 21:33:59 +0000 |
commit | 86d4330d8561ae0bee086d2238bbbee9cd6bf1ae (patch) | |
tree | 1e78a5b196191b05f6afb87ba43b60f13cf238ea /httemplate/graph/report_cust_bill_pkg.html | |
parent | e17848681a50a13f13b4eb8d70d368289e431673 (diff) |
allow all-agent reporting again
Diffstat (limited to 'httemplate/graph/report_cust_bill_pkg.html')
-rw-r--r-- | httemplate/graph/report_cust_bill_pkg.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/httemplate/graph/report_cust_bill_pkg.html b/httemplate/graph/report_cust_bill_pkg.html index be5a71a7a..3d92382f2 100644 --- a/httemplate/graph/report_cust_bill_pkg.html +++ b/httemplate/graph/report_cust_bill_pkg.html @@ -6,7 +6,11 @@ <% include('/elements/tr-select-from_to.html' ) %> -<% include('/elements/tr-select-agent.html', '', 'label' => 'For agent: ' ) %> +<% include('/elements/tr-select-agent.html', + 'label' => 'For agent: ' + 'disable_empty' => 0, + ) +%> <% include('/elements/tr-select-pkg_class.html', 'pre_options' => [ '0' => 'all' ], |