From f360579dd091f1adf9cea1062aa06afdf5bff42b Mon Sep 17 00:00:00 2001 From: mark Date: Fri, 21 May 2010 19:09:04 +0000 Subject: RT#8504: option to aggregate agents on sales report --- httemplate/graph/report_cust_bill_pkg.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'httemplate/graph/report_cust_bill_pkg.html') 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)', ) %> -- cgit v1.2.1