pull/1090/head
Nabeel Shahzad 4 years ago
parent f9f0ee826d
commit 61ee4254fc

@ -64,8 +64,8 @@ class BidService extends Service
foreach ($bids as $bid) {
// if (empty($bid->flight->simbrief)) {
$bid->flight = $this->flightSvc->filterSubfleets($user, $bid->flight);
$bid->flight = $this->fareSvc->getReconciledFaresForFlight($bid->flight);
$bid->flight = $this->flightSvc->filterSubfleets($user, $bid->flight);
$bid->flight = $this->fareSvc->getReconciledFaresForFlight($bid->flight);
// }
}

Loading…
Cancel
Save