Lock Aircraft in use

Hi

I try to lock aircraft in use or aircraft in bid .

$lastbids = SchedulesData::getAllBids();
$aircraftroute = OperationsData::getAircraftByReg($route->registration);
foreach($lastbids as $lastbid)
{
$aircraftbid = OperationsData::getAircraftByReg($lastbid->registration);
if($route->registration != $lastbid->registration)
{
continue;
}		
}

(schedule_results)

I want skip all flight with aircraft in use or already in bid .

I need code for lock aircraft in use .

Tnx

This is a issue I have as well. It would be real nice if aircraft could be locked on bid.

I wish I had time!

any results?

I wish I had time!

I can only imagine the time that it would take Nabeel. Maybe in the future. I know how time goes. I took almost a month off of my VA again due to school.