From 843add3113467feee64dd80028f6ba18cde86e59 Mon Sep 17 00:00:00 2001 From: Mojtaba-z Date: Mon, 8 Dec 2025 14:39:23 +0330 Subject: [PATCH] fix - dashboard quota search --- apps/product/web/api/v1/viewsets/quota_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/product/web/api/v1/viewsets/quota_api.py b/apps/product/web/api/v1/viewsets/quota_api.py index 2210109..400b9c1 100644 --- a/apps/product/web/api/v1/viewsets/quota_api.py +++ b/apps/product/web/api/v1/viewsets/quota_api.py @@ -390,7 +390,7 @@ class QuotaViewSet(BaseViewSet, SoftDeleteMixin, QuotaDashboardService, viewsets org=get_organization_by_user(request.user), start_date=start_date, end_date=end_date, - search_fields=self.search_fields, + search_fields=search_fields, quota_is_closed=is_closed )