diff options
| author | ivan <ivan> | 2008-12-10 21:36:46 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2008-12-10 21:36:46 +0000 |
| commit | 9bd35093beb9ec4cd59bf84917160dca30b20060 (patch) | |
| tree | f8b261366f0d192f10b19b68d81f9fb888df3251 /httemplate/graph/report_money_time.html | |
| parent | fff322f4b5601b6aee1b9c9b681be0ee0aeb3bef (diff) | |
allow all-agent reporting again
Diffstat (limited to 'httemplate/graph/report_money_time.html')
| -rw-r--r-- | httemplate/graph/report_money_time.html | 6 |
1 files changed, 5 insertions, 1 deletions
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, + ) +%> <TR> <TD ALIGN="right"><INPUT TYPE="checkbox" NAME="12mo" VALUE="1"></TD> |
