diff --git a/apps/product/services/quota_dashboard_service.py b/apps/product/services/quota_dashboard_service.py index 7a9d392..9c992d1 100644 --- a/apps/product/services/quota_dashboard_service.py +++ b/apps/product/services/quota_dashboard_service.py @@ -122,7 +122,7 @@ class QuotaDashboardService: quota__product_id=prod_id ) - # filter queryset (transactions & items) by date + # filter queryset (transactions & items) by if (start_date and end_date) or query_string: org_quota_stats = DynamicSearchService( queryset=org_quota_stat,