git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3352 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
valentin.wacker 2017-10-25 13:09:09 +00:00
parent 081c7f471e
commit 7c09fc7450

View file

@ -456,7 +456,7 @@ class LodgingCalendarUtil
}
else
{
if($lastReservablePriceId == $priceId)
if($lastReservablePriceId == $priceId && $lastReservablePriceId != 0)
{
$price = $priceRepo->find($lastReservablePriceId);
/** @var FewoSeason $season */