no Dates
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3462 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
002f60e735
commit
2fe066b00f
1 changed files with 1 additions and 1 deletions
|
|
@ -442,7 +442,7 @@ class TravelPeriodRepository extends \Doctrine\ORM\EntityRepository
|
|||
}
|
||||
}
|
||||
}
|
||||
elseif ($travelProgram->getIsPossibleStartDate($travelPeriod->getStartDate()))
|
||||
elseif (count($travelPeriod->getDates()) && $travelProgram->getIsPossibleStartDate($travelPeriod->getStartDate()))
|
||||
{
|
||||
$travelDateKey = $this->createTravelDateKey($travelPeriod->getStartDate(), $travelPeriod->getEndDate());
|
||||
$flightPeriod = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue