diff --git a/apps/product/services/quota_dashboard_service.py b/apps/product/services/quota_dashboard_service.py index b6fbfda..97efa58 100644 --- a/apps/product/services/quota_dashboard_service.py +++ b/apps/product/services/quota_dashboard_service.py @@ -26,7 +26,7 @@ class QuotaDashboardService: ) # filter queryset (transactions & items) by date - if start_date and end_date: + if (start_date and end_date) or query_string: org_quota_stats = DynamicSearchService( queryset=org_quota_stats, start=start_date,