md82 Posted June 24, 2010 Report Posted June 24, 2010 Is it possible to have bids on scheduled routes enabled for one airline and disabled for another airline ? I want my main airline to utilize flight bidding, and the other have the routes to be flown unlimited. # If someone places a bid, whether to disable that or notConfig::Set('DISABLE_SCHED_ON_BID', true); Config::Set('DISABLE_BIDS_ON_BID', false); thanks ! Quote
Administrators Nabeel Posted June 24, 2010 Administrators Report Posted June 24, 2010 You can in the schedule_results.tpl check what airline is it and not show the add to bid link, somethin like: if($schedule->code != 'airline code') { echo 'show the link'; } 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.