fix - dashboard quota search
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user