mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-13 01:44:08 -04:00
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.
This commit is contained in:
@@ -138,7 +138,7 @@ def template_usage(service_id):
|
||||
)
|
||||
|
||||
|
||||
@main.route("/services/<service_id>/usage")
|
||||
@main.route("/services/<service_id>/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/<service_id>/ft-usage")
|
||||
@main.route("/services/<service_id>/usage")
|
||||
@login_required
|
||||
@user_has_permissions('manage_service')
|
||||
def ft_usage(service_id):
|
||||
|
||||
Reference in New Issue
Block a user