GALAXYVIRTUAL Posted February 10, 2013 Report Share Posted February 10, 2013 Hello everyone, I just noticed on my site when I go to fill out a report, the fuel is prompted in Kilograms (KG), is there any way to change it to pounds (LBS)? I have attached a screenshot for further review of the issue. --- George9 Founder, Galaxy Virtual Airlines http://galaxyvirtual...hpvms/index.php Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted February 17, 2013 Moderators Report Share Posted February 17, 2013 I think you can change the units frm kg to lbs in local config.php at the following line but I never tried it myself: Config::Set('LiquidUnit', '2'); # 0=liter 1=gal 2=kg 3=lbs Quote Link to comment Share on other sites More sharing options...
Strider Posted February 17, 2013 Report Share Posted February 17, 2013 Config::Set('LiquidUnit', '3'); # 0=liter 1=gal 2=kg 3=lbs there is the code for the lbs. copy and paste that into your local.config file. ~Go down to where it says unit settings. 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.