From: ivan Date: Wed, 10 Dec 2008 21:36:46 +0000 (+0000) Subject: allow all-agent reporting again X-Git-Tag: freeside_1_7_4rc1~136 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=9bd35093beb9ec4cd59bf84917160dca30b20060;p=freeside.git allow all-agent reporting again --- diff --git a/httemplate/graph/report_cust_bill_pkg.html b/httemplate/graph/report_cust_bill_pkg.html index c18e94d5d..cd583a3a7 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' ], 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, ) %> diff --git a/httemplate/graph/report_money_time.html b/httemplate/graph/report_money_time.html index 652d7152e..0ad1347de 100644 --- a/httemplate/graph/report_money_time.html +++ b/httemplate/graph/report_money_time.html @@ -18,7 +18,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, + ) +%>