We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44f29cb + d1e87f1 commit 2745103Copy full SHA for 2745103
1 file changed
Listeners/Expense_Airport.php
@@ -106,7 +106,7 @@ public function handle(Expenses $event)
106
$act_tow = optional($pirep->fields->where('slug', 'takeoff-weight')->first())->value;
107
108
$lw = (is_numeric($act_lw) && $act_lw > 0) ? round($act_lw) : null;
109
- $tow = (is_numeric($act_tow) && $act_tow > 0) ?round($act_tow) : null;
+ $tow = (is_numeric($act_tow) && $act_tow > 0) ? round($act_tow) : null;
110
}
111
112
if ($needact && $aircraft && $pirep->fares->count() > 0) {
0 commit comments