VAEA Posted September 19, 2011 Report Posted September 19, 2011 Hi everyone, Hope someone can answer me. I have recently added the tour module to my site. If a pilot bids on the first leg it means that no other pilots can bid the same day as i have the schedules set for every day. is there any way arround this or do i have to added the same schedule about 5 or 6 different times of departure on the same day. thanks Quote
VAEA Posted September 19, 2011 Author Report Posted September 19, 2011 hi found this in another thread and it works. Add the following to local.config.php and this will free up the schedules for multiple bookings. # 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); Quote
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.