#1352 - bisheriger aktueller Stand, vor CalenderDayState

git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3354 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
valentin.wacker 2017-10-26 07:05:31 +00:00
parent 1716662ac5
commit a2d4159c88
10 changed files with 48 additions and 27 deletions

View file

@ -128,7 +128,7 @@ class FewoLodging
/**
* @var integer
*
* @ORM\Column(name="only_weekday", type="integer", nullable=false)
* @ORM\Column(name="only_weekday", type="integer", nullable=true)
*/
private $onlyWeekday;
@ -142,7 +142,7 @@ class FewoLodging
/**
* @var boolean
*
* @ORM\Column(name="calendar_visible", type="boolean", nullable=false)
* @ORM\Column(name="calendar_visible", type="boolean", nullable=true)
*/
private $calendarVisible;