mege
This commit is contained in:
@@ -552,7 +552,7 @@ class ProductExcelViewSet(viewsets.ModelViewSet, DynamicSearchMixin):
|
|||||||
|
|
||||||
organization = get_organization_by_user(request.user)
|
organization = get_organization_by_user(request.user)
|
||||||
|
|
||||||
if active:
|
if active == 'true':
|
||||||
queryset = queryset.filter(
|
queryset = queryset.filter(
|
||||||
Q(registerer_organization=organization),
|
Q(registerer_organization=organization),
|
||||||
Q(is_closed=False)
|
Q(is_closed=False)
|
||||||
|
|||||||
Reference in New Issue
Block a user