diff options
author | mark <mark> | 2010-05-21 19:09:04 +0000 |
---|---|---|
committer | mark <mark> | 2010-05-21 19:09:04 +0000 |
commit | f360579dd091f1adf9cea1062aa06afdf5bff42b (patch) | |
tree | 34d0757543c13865a4accd8c333941873469d658 /httemplate/graph/report_cust_bill_pkg.html | |
parent | 124daa78d5659ed9def66982b0a7600f4088f289 (diff) |
RT#8504: option to aggregate agents on sales report
Diffstat (limited to 'httemplate/graph/report_cust_bill_pkg.html')
-rw-r--r-- | httemplate/graph/report_cust_bill_pkg.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/graph/report_cust_bill_pkg.html b/httemplate/graph/report_cust_bill_pkg.html index 4a6433272..348746514 100644 --- a/httemplate/graph/report_cust_bill_pkg.html +++ b/httemplate/graph/report_cust_bill_pkg.html @@ -9,11 +9,14 @@ <% include('/elements/tr-select-agent.html', 'label' => 'For agent: ', 'disable_empty' => 0, + 'pre_options' => [ 'all' => 'all (aggregate)' ], + 'empty_label' => 'all (breakdown)', ) %> <% include('/elements/tr-select-pkg_class.html', - 'pre_options' => [ '0' => 'all' ], + 'pre_options' => [ 'all' => 'all (aggregate)', + '0' => 'all (breakdown)' ], 'empty_label' => '(empty class)', ) %> |