Don't force status to airborne
This commit is contained in:
@@ -193,9 +193,9 @@ class AcarsController extends Controller
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Change the PIREP status if it's as SCHEDULED before
|
// Change the PIREP status if it's as SCHEDULED before
|
||||||
if ($pirep->status === PirepStatus::INITIATED) {
|
/*if ($pirep->status === PirepStatus::INITIATED) {
|
||||||
$pirep->status = PirepStatus::AIRBORNE;
|
$pirep->status = PirepStatus::AIRBORNE;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
$pirep->save();
|
$pirep->save();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user