Don't force status to airborne

pull/1245/head
Nabeel Shahzad 3 years ago
parent b18f1bbe6c
commit bd9c429cfc

@ -193,9 +193,9 @@ class AcarsController extends Controller
}
// 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->save();

Loading…
Cancel
Save