|
|
|
@ -185,7 +185,7 @@ class NewTvRequest extends Model {
|
|
|
|
$tv->device_info = $newTvReq->device_info;
|
|
|
|
$tv->device_info = $newTvReq->device_info;
|
|
|
|
$tv->installed_at = now();
|
|
|
|
$tv->installed_at = now();
|
|
|
|
$tv->save();
|
|
|
|
$tv->save();
|
|
|
|
TVLog::historyCreate($request->user(), $tv->id, $tv);
|
|
|
|
TvLog::historyCreate($request->user(), $tv->id, $tv);
|
|
|
|
|
|
|
|
|
|
|
|
// TODO: waiting execution until update from ops
|
|
|
|
// TODO: waiting execution until update from ops
|
|
|
|
// NEED TO REFACTOR (cause by add existing tv code)
|
|
|
|
// NEED TO REFACTOR (cause by add existing tv code)
|
|
|
|
|