diff options
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/graph/report_cust_bill_pkg.html | 6 | ||||
-rw-r--r-- | httemplate/graph/report_cust_pkg.html | 5 | ||||
-rw-r--r-- | httemplate/graph/report_money_time.html | 6 |
3 files changed, 13 insertions, 4 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' ], diff --git a/httemplate/graph/report_cust_pkg.html b/httemplate/graph/report_cust_pkg.html index 0ff01815f..22ccd5def 100644 --- a/httemplate/graph/report_cust_pkg.html +++ b/httemplate/graph/report_cust_pkg.html @@ -7,8 +7,9 @@ <% include('/elements/tr-select-from_to.html' ) %> <% include('/elements/tr-select-agent.html', - 'curr_value' => scalar($cgi->param('agentnum')), - 'label' => 'For agent: ', + 'curr_value' => 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 04e4c19b2..351bd5005 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, + ) +%> <TR> <TD ALIGN="right"><INPUT TYPE="checkbox" NAME="12mo" VALUE="1"></TD> |