From a5deba2000dda352f4a54c943a84ace6f904c505 Mon Sep 17 00:00:00 2001 From: Mojtaba-z Date: Mon, 8 Dec 2025 08:51:36 +0330 Subject: [PATCH] fix - quota search by creator info --- apps/product/web/api/v1/viewsets/quota_api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/product/web/api/v1/viewsets/quota_api.py b/apps/product/web/api/v1/viewsets/quota_api.py index 410eb68..4a6ff79 100644 --- a/apps/product/web/api/v1/viewsets/quota_api.py +++ b/apps/product/web/api/v1/viewsets/quota_api.py @@ -51,8 +51,8 @@ class QuotaViewSet(BaseViewSet, SoftDeleteMixin, QuotaDashboardService, viewsets "sale_type", "sale_unit__unit", "group", - "created_by", - "modified_by" + "creator_info", + "modifier_info" ] @transaction.atomic