Jump to content

possible to Book flight twice time ?


FlyingMachine

Recommended Posts

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.

Link to comment
Share on other sites

  • 1 year later...

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 ?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...