fix: populate destination cost unit from assigned hotel
This commit is contained in:
@@ -38,7 +38,7 @@ trait DestinationTrait
|
||||
->setHotelBusProId($hotel->getBusProId())
|
||||
->setCountry($destinationDto->getCountry())
|
||||
->setPickups($pickups)
|
||||
->setCostUnit($destinationDto->getCostUnit())
|
||||
->setCostUnit($hotel->getCostUnit())
|
||||
;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user