add - device owner province in login pos device
This commit is contained in:
@@ -105,7 +105,8 @@ class POSDeviceViewSet(viewsets.ModelViewSet, POSDeviceMixin):
|
||||
'en_name': device_owner_org.en_name,
|
||||
'phone': device_owner_org.phone,
|
||||
'type': device_owner_org.type.name,
|
||||
'shaba': device_owner_org.bank_information.all().first().sheba # noqa
|
||||
'shaba': device_owner_org.bank_information.all().first().sheba, # noqa
|
||||
'province': device_owner_org.province.name,
|
||||
}
|
||||
|
||||
return Response({
|
||||
|
||||
Reference in New Issue
Block a user