Merge pull request #57 from witelgroup/feature/DriverCartable

add columns to cartable
This commit is contained in:
Amir Ghasempoor
2025-09-29 11:46:51 +03:30
committed by GitHub
6 changed files with 11 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ class TransportationUnitService
'id', 'user_id', 'username', 'state_name', 'province_name', 'edare_shahri_name',
'description', 'requested_machines', 'type', 'type_fa', 'start_date', 'state_id',
'end_date', 'request_date', 'end_point', 'area', 'zone', 'zone_fa', 'start_time', 'finish_time',
'code', 'category_id', 'category_name', 'explanation'
'code', 'category_id', 'category_name', 'explanation', 'km'
]
);
}