diff --git a/app/Http/Controllers/Sync1cApiController.php b/app/Http/Controllers/Sync1cApiController.php index 495e850..9e837c4 100644 --- a/app/Http/Controllers/Sync1cApiController.php +++ b/app/Http/Controllers/Sync1cApiController.php @@ -235,7 +235,6 @@ class Sync1cApiController extends Controller [ 'auto_id' => UniModel::model('pipi_auto')->where('name', $value['Имущество'])->first()?->id, 'date' => $this->formatDate($value['Дата']), - 'status' => AutoStatusEnums::from($value['Статус'])->name ], [ 'auto_id' => UniModel::model('pipi_auto')->where('name', $value['Имущество'])->first()?->id,