FlyingMachine Posted June 22, 2013 Report Share Posted June 22, 2013 Good day anyway to book flight twice time or moret the same flight ? now after someone book the flight nobody can take it again it's possible to make it available more than 1 (the same flight) ? Quote Link to comment Share on other sites More sharing options...
ARV187 Posted June 22, 2013 Report Share Posted June 22, 2013 Yes, In your host site find core/local.config.php, and search this: # If someone places a bid, whether to disable that or not Config::Set('DISABLE_SCHED_ON_BID', false); Config::Set('DISABLE_BIDS_ON_BID', false); If you not have that lines add in, if anybody reserve that flight other pilot can take it too. Quote Link to comment Share on other sites More sharing options...
FlyingMachine Posted June 22, 2013 Author Report Share Posted June 22, 2013 thanks u work perefectly Quote Link to comment Share on other sites More sharing options...
FlyingMachine Posted May 2, 2015 Author Report Share Posted May 2, 2015 in app.config # If someone places a bid, whether to disable that or not Config::Set('DISABLE_SCHED_ON_BID', true); Config::Set('DISABLE_BIDS_ON_BID', false); in local.config # If someone places a bid, whether to disable that or not Config::Set('DISABLE_SCHED_ON_BID', false); Config::Set('DISABLE_BIDS_ON_BID', false); i want to disable a flight if booked by someone else but the option disable the airport at all example i booked AAAA-BBBB the flight from BBBB-AAAA will not appear in addition to AAAA-BBBB any idea ? Quote Link to comment Share on other sites More sharing options...
OA01 Posted May 2, 2015 Report Share Posted May 2, 2015 Don't mess with app.config.cfg. local.config.cfg will override it. Quote Link to comment Share on other sites More sharing options...
FlyingMachine Posted May 2, 2015 Author Report Share Posted May 2, 2015 i didn't understand well! what is the necessary config ? Quote Link to comment Share on other sites More sharing options...
OA01 Posted May 2, 2015 Report Share Posted May 2, 2015 Don't edit app.config.cfg, only edit local.config.cfg Quote Link to comment Share on other sites More sharing options...
FlyingMachine Posted May 3, 2015 Author Report Share Posted May 3, 2015 no change i set values to default in app.config and edited local.config to # If someone places a bid, whether to disable that or not Config::Set('DISABLE_SCHED_ON_BID', true); Config::Set('DISABLE_BIDS_ON_BID', true); 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.