diff options
-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, ) %> |