CactusDx Posted June 7, 2015 Report Share Posted June 7, 2015 Hello All, I'm new to phpVMS and I'm not a programmer by any means. I have a friend working to help me get some things set up. I've noticed that the fuel weight in the system is currently set to KG. and I'm trying to find where to change it to LBS. Our ACARS application is capturing and reporting in LBS but the site is converting back to KG. Any help appreciated! Mike Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted June 7, 2015 Moderators Report Share Posted June 7, 2015 Open your local.config.php file and update the following setting accordingly: Config::Set('LiquidUnit', '2'); # 0=liter 1=gal 2=kg 3=lbs It should exist somewhere inside the file. Quote Link to comment Share on other sites More sharing options...
CactusDx Posted June 7, 2015 Author Report Share Posted June 7, 2015 Thanks! Will have a look! Mike Quote Link to comment Share on other sites More sharing options...
CactusDx Posted June 9, 2015 Author Report Share Posted June 9, 2015 Thanks for the help, it's showing correctly now. Mike 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.