Jump to content

Recommended Posts

Posted

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 not

Config::Set('DISABLE_SCHED_ON_BID', true);

Config::Set('DISABLE_BIDS_ON_BID', false);

thanks !

  • Administrators
Posted

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';
}

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...