From 73de2464e855e941c4c90555be002866eec340ac Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 10 Dec 2008 21:36:38 +0000 Subject: [PATCH] allow all-agent reporting again --- httemplate/graph/report_cust_bill_pkg.html | 2 +- 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, ) %> -- 2.11.0