md82 Posted June 24, 2010 Report Share 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 Link to comment Share on other sites More sharing options...
Jeff Posted June 24, 2010 Report Share Posted June 24, 2010 I pretty much doubt that. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted June 24, 2010 Administrators Report Share 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 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.