100LL and MOGAS Fuel Cost (#1172)
* Add defaults for 100LL and MOGAS prices Add missing defaults for 100LL and MOGAS Fuel prices. * Calculate Fuel Cost according to Fuel Type Calculate pirep fuel costs according to aircraft (subfleet) fuel type, use JetA as fail safe default. * Fix for Failing AwardTest At least attempting to fix * Fix fuel types logic * Style * Invert the logic Co-authored-by: Nabeel Shahzad <nabeel@nabeel.sh>
This commit is contained in:
@@ -20,6 +20,7 @@ use App\Models\Traits\FilesTrait;
|
||||
* @property float cost_delay_minute
|
||||
* @property Airline airline
|
||||
* @property Airport hub
|
||||
* @property int fuel_type
|
||||
*/
|
||||
class Subfleet extends Model
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user