diff options
author | ivan <ivan> | 2008-12-10 21:36:38 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-12-10 21:36:38 +0000 |
commit | 73de2464e855e941c4c90555be002866eec340ac (patch) | |
tree | 8cc7dd36fbbc5c62b3c77a766b16e96be5879ae9 | |
parent | 86d4330d8561ae0bee086d2238bbbee9cd6bf1ae (diff) |
allow all-agent reporting again
-rw-r--r-- | httemplate/graph/report_cust_bill_pkg.html | 2 | ||||
-rw-r--r-- | httemplate/graph/report_money_time.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/graph/report_cust_bill_pkg.html b/httemplate/graph/report_cust_bill_pkg.html index 3d92382f2..5193bf4a3 100644 --- a/httemplate/graph/report_cust_bill_pkg.html +++ b/httemplate/graph/report_cust_bill_pkg.html @@ -7,7 +7,7 @@ <% include('/elements/tr-select-from_to.html' ) %> <% include('/elements/tr-select-agent.html', - 'label' => 'For agent: ' + 'label' => 'For agent: ', 'disable_empty' => 0, ) %> diff --git a/httemplate/graph/report_money_time.html b/httemplate/graph/report_money_time.html index 351bd5005..b85bb6552 100644 --- a/httemplate/graph/report_money_time.html +++ b/httemplate/graph/report_money_time.html @@ -19,7 +19,7 @@ <% include('/elements/tr-select-from_to.html' ) %> <% include('/elements/tr-select-agent.html', - 'label' => 'For agent: ' + 'label' => 'For agent: ', 'disable_empty' => 0, ) %> |