Update new Calender in Admin

git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3451 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
adametz 2018-08-21 14:39:31 +00:00
parent 7117fc6201
commit a5eb342bd3
35 changed files with 5301 additions and 265 deletions

View file

@ -140,6 +140,7 @@ class FewoLodging
* @var \AppBundle\Entity\FewoReservation
*
* @ORM\OneToMany(targetEntity="FewoReservation", mappedBy="lodging", cascade={"persist", "remove"})
* @ORM\OrderBy({"fromDate" = "DESC"})
*/
private $reservations;