From 63b3a47e55f752c128da0808f544776cf78203fc Mon Sep 17 00:00:00 2001 From: Mojtaba-z Date: Wed, 10 Dec 2025 17:12:55 +0330 Subject: [PATCH] test sentinel --- apps/product/services/quota_dashboard_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,