dublicate Booking Perido Names

sort out where Status = 0

git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3461 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
adametz 2018-09-05 11:25:01 +00:00
parent 5c99472ef5
commit 002f60e735
4 changed files with 19 additions and 9 deletions

View file

@ -105,6 +105,7 @@ final class TravelDate
$this->travelProgram = $travelPeriod->getProgram();
$this->key = $key;
$this->travelPeriod = $travelPeriod;
if ($end === null)
{
$this->end = clone $this->start;