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