From 7c09fc74500a2bb50444d5cc2f495af482532a56 Mon Sep 17 00:00:00 2001 From: "valentin.wacker" Date: Wed, 25 Oct 2017 13:09:09 +0000 Subject: [PATCH] #1352 git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3352 f459cee4-fb09-11de-96c3-f9c5f16c3c76 --- trunk/src/AppBundle/Util/LodgingCalendarUtil.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */