Guest lorathon Posted April 21, 2010 Report Share Posted April 21, 2010 Is there a setting to change the default fuel setting? Right now it is set to 5.1 But most of the live pricing is around 1. So the default seems a bit high. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted April 21, 2010 Administrators Report Share Posted April 21, 2010 Is there a setting to change the default fuel setting? Right now it is set to 5.1 But most of the live pricing is around 1. So the default seems a bit high. In local.config Quote Link to comment Share on other sites More sharing options...
Guest lorathon Posted April 21, 2010 Report Share Posted April 21, 2010 In local.config Thanks I really should start looking in there first Quote Link to comment Share on other sites More sharing options...
flyalaska Posted April 21, 2010 Report Share Posted April 21, 2010 I have the same problem, In fact my Finances are in the red because of this. I looked on the config, nothing related to the fuel. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted April 21, 2010 Administrators Report Share Posted April 21, 2010 I have the same problem, In fact my Finances are in the red because of this. I looked on the config, nothing related to the fuel. It might be in app.config.php, you'd have to copy it into local.config so it won't get overwritten. I think it's called DEFAULT_FUEL_PRICE Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted April 21, 2010 Moderators Report Share Posted April 21, 2010 # Fuel info /* Default fuel price, for airports that don't have And the surcharge percentage. View the docs for more details about these */ Config::Set('FUEL_GET_LIVE_PRICE', true); Config::Set('FUEL_DEFAULT_PRICE', '1.10'); Config::Set('FUEL_SURCHARGE', '5'); This the setting i currently use. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.