This commit is contained in:
7nimor
2025-08-02 15:10:14 +03:30
parent fcdb1cdee9
commit a1485e83b8

View File

@@ -552,7 +552,7 @@ class ProductExcelViewSet(viewsets.ModelViewSet, DynamicSearchMixin):
organization = get_organization_by_user(request.user)
if active:
if active == 'true':
queryset = queryset.filter(
Q(registerer_organization=organization),
Q(is_closed=False)