git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3352 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
081c7f471e
commit
7c09fc7450
1 changed files with 1 additions and 1 deletions
|
|
@ -456,7 +456,7 @@ class LodgingCalendarUtil
|
|||
}
|
||||
else
|
||||
{
|
||||
if($lastReservablePriceId == $priceId)
|
||||
if($lastReservablePriceId == $priceId && $lastReservablePriceId != 0)
|
||||
{
|
||||
$price = $priceRepo->find($lastReservablePriceId);
|
||||
/** @var FewoSeason $season */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue