add axis type to safety excel

This commit is contained in:
2025-04-08 11:11:26 +03:30
parent 6734eed822
commit 93d1775379
5 changed files with 65 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ class SafetyAndPrivacyTableService
$fields = ['id','lat','lon','province_id','province_fa','city_id','city_fa','edare_shahri_id','edare_shahri_name',
'recognize_picture','action_picture','operator_id','operator_name','way_id','created_at','updated_at','step',
'info_id','info_fa','activity_date_time', 'action_picture_document_upload_date', 'judiciary_document_upload_date',
'step_fa', 'axis_type_id', 'axis_type_name'
'step_fa', 'axis_type_id', 'axis_type_name', 'action_date'
];
if ($user->hasPermissionTo('show-safety-and-privacy-operator-cartable')) {