Jump to content

Fleet/Airline Management?


Brendan03

Recommended Posts

I have a problem.

When I look for a flight to book and select to search Airline and Arrival Airfield = Filter routes, I select one, and there is a menu in which I select a plane A320-01 - A320-02, this is correct.

But

When I look for a flight to book and select to search Airline and AIRCRAFT TYPE, here is the problem.

Filter routes, selected one and next emenu not leave any aircraft to choose from.

this only happens if you want to filter by plane to search routes.

Can you help me? You know what could be the problem?

Link to comment
Share on other sites

Help me fix this code to the page: schedule_results.tpl

<?php
    if(Config::Get('DISABLE_SCHED_ON_BID') == true && $schedule->bidid != 0) {
  if($schedule->online){
  ?>
  <strong style="color:royalblue;font-weight:normal;">Вполете</strong>
  <?php
  }else{
  ?>
   <strong style="color:#FF0000;font-weight:normal;">Забронирован</strong>
  <?php
  }
 }
 elseif($schedule->aircraft_count == 0) {
   ?>
   <strong style="color:#FF0000;font-weight:normal;">Нет бортов </strong>

    <?php
 }
    else
 {
 ?>
   <a data-toggle="modal" href="<?php echo SITE_URL?>/action.php/Fltbook" data-target="#confirm" class="btn btn-success btn-md">Свободен</a>



<?php				   
    }
    ?>

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