diff --git a/coldfront/plugins/ifx/urls.py b/coldfront/plugins/ifx/urls.py index 82e2300cf..3cb87121f 100644 --- a/coldfront/plugins/ifx/urls.py +++ b/coldfront/plugins/ifx/urls.py @@ -1,6 +1,7 @@ from django.urls import path, include from rest_framework import routers from ifxbilling.views import unauthorized as unauthorized_api +from ifxbilling.views import get_orgs_with_billing from ifxuser.views import get_org_names from coldfront.plugins.ifx.viewsets import ColdfrontBillingRecordViewSet, ColdfrontReportRunViewSet, ColdfrontProductUsageViewSet from coldfront.plugins.ifx.views import update_user_accounts_view, get_billing_record_list, unauthorized, report_runs, run_report, calculate_billing_month, billing_month, get_product_usages, billing_records, send_billing_record_review_notification @@ -13,6 +14,7 @@ urlpatterns = [ path('api/unauthorized/', unauthorized_api), path('api/billing/get-billing-record-list/', get_billing_record_list), + path('api/billing/get-orgs-with-billing////', get_orgs_with_billing), path('api/calculate-billing-month///', calculate_billing_month), path('api/run-report/', run_report), path('api/get-org-names/', get_org_names, name='get-org-names'), diff --git a/ifxbilling b/ifxbilling index 66cb9d694..b937bbdc9 160000 --- a/ifxbilling +++ b/ifxbilling @@ -1 +1 @@ -Subproject commit 66cb9d6942585eac2f2380496c4d8dbe4e11b638 +Subproject commit b937bbdc93186f4c3412c18cf1062cfa974ec3ed diff --git a/ifxuser b/ifxuser index b6e01339c..49b5ab520 160000 --- a/ifxuser +++ b/ifxuser @@ -1 +1 @@ -Subproject commit b6e01339ce852c7eebbcfdfa624157968efc4425 +Subproject commit 49b5ab52031d39441f3f638fde2ed1849d86a9c6