From 9d8868010f0dd5c135abe5be393bf5a3da222351 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Thu, 24 May 2018 16:14:36 +0100 Subject: [PATCH] Start using the data from ft_billing for the usage page. I've left the old usage page there so we can compare the reports if we have questions. There are known issues with the old report, especially for email and letters. --- app/main/views/dashboard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/main/views/dashboard.py b/app/main/views/dashboard.py index 3e76fc0c2..02d0b5620 100644 --- a/app/main/views/dashboard.py +++ b/app/main/views/dashboard.py @@ -138,7 +138,7 @@ def template_usage(service_id): ) -@main.route("/services//usage") +@main.route("/services//monthly-billing-usage") @login_required @user_has_permissions('manage_service') def usage(service_id): @@ -169,7 +169,7 @@ def usage(service_id): ) -@main.route("/services//ft-usage") +@main.route("/services//usage") @login_required @user_has_permissions('manage_service') def ft_usage(service_id):