From b14e07b4b464392a1c81fe0ba692ed18993f9620 Mon Sep 17 00:00:00 2001 From: Mojtaba-z Date: Tue, 25 Nov 2025 10:54:55 +0330 Subject: [PATCH] fix - my devices search --- apps/pos_device/web/api/v1/viewsets/device.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/pos_device/web/api/v1/viewsets/device.py b/apps/pos_device/web/api/v1/viewsets/device.py index 4d53dc1..380bf5b 100644 --- a/apps/pos_device/web/api/v1/viewsets/device.py +++ b/apps/pos_device/web/api/v1/viewsets/device.py @@ -78,6 +78,7 @@ class DeviceViewSet(BaseViewSet, SoftDeleteMixin, viewsets.ModelViewSet, AdminFi 'mac', 'serial', 'organization__name', + 'assignment__client__organization__name' ] def create(self, request, *args, **kwargs):