fix - search of quotas dashboard

This commit is contained in:
2025-12-09 09:02:33 +03:30
parent 43393b3f85
commit f4958e657e

View File

@@ -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,