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:
parent
7117fc6201
commit
a5eb342bd3
35 changed files with 5301 additions and 265 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue