negative values

I am facing another problem.
I am always being negative because of the price of fuel that is always making my values negative.
Is there any way to resolve this?

 

In /core/local.config.php - change the fuel price.

 

Config::Set('FUEL\_GET\_LIVE\_PRICE', false); // live fuel pricing does not presently work Config::Set('FUEL\_DEFAULT\_PRICE', '.83'); // this is price per pound in USD - change accordingly if you use a different unit or monetary measurement Config::Set('FUEL\_SURCHARGE', '5'); // this is the price surcharge in percent for non-hub airports - 5% more than a hub airport

 

1 Like