diff --git a/trunk/src/AppBundle/Util/LodgingCalendarUtil.php b/trunk/src/AppBundle/Util/LodgingCalendarUtil.php index 8b4de53a..bc7860e8 100644 --- a/trunk/src/AppBundle/Util/LodgingCalendarUtil.php +++ b/trunk/src/AppBundle/Util/LodgingCalendarUtil.php @@ -456,7 +456,7 @@ class LodgingCalendarUtil } else { - if($lastReservablePriceId == $priceId) + if($lastReservablePriceId == $priceId && $lastReservablePriceId != 0) { $price = $priceRepo->find($lastReservablePriceId); /** @var FewoSeason $season */