Skip to content

Commit 2745103

Browse files
committed
2 parents 44f29cb + d1e87f1 commit 2745103

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Listeners/Expense_Airport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public function handle(Expenses $event)
106106
$act_tow = optional($pirep->fields->where('slug', 'takeoff-weight')->first())->value;
107107

108108
$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;
109+
$tow = (is_numeric($act_tow) && $act_tow > 0) ? round($act_tow) : null;
110110
}
111111

112112
if ($needact && $aircraft && $pirep->fares->count() > 0) {

0 commit comments

Comments
 (0)