From 547a831fe96a8db5555b4b39deb7fff39328fc1e Mon Sep 17 00:00:00 2001 From: amirghasempoor Date: Wed, 11 Jun 2025 11:42:44 +0330 Subject: [PATCH] add zone to cartable --- app/Services/Cartables/Mission/RequestPortalService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Services/Cartables/Mission/RequestPortalService.php b/app/Services/Cartables/Mission/RequestPortalService.php index 33494ccc..4fe32dac 100644 --- a/app/Services/Cartables/Mission/RequestPortalService.php +++ b/app/Services/Cartables/Mission/RequestPortalService.php @@ -17,8 +17,8 @@ class RequestPortalService $user = auth()->user(); $fields = [ 'id', 'user_id', 'username', 'state_name', 'province_name', 'edare_shahri_name', - 'description', 'requested_machines', 'type', 'start_date', - 'end_date', 'request_date', 'end_point', 'area' + 'description', 'requested_machines', 'type', 'type_fa', 'start_date', + 'end_date', 'request_date', 'end_point', 'area', 'zone', 'zone_fa' ]; $query = Mission::query();