Commit 671d1b32 by Damien Moulard

fix adherent ccasAccepted cannot be null

parent 0aa16519
...@@ -147,7 +147,7 @@ class Adherent extends AccountableObject implements AccountableInterface ...@@ -147,7 +147,7 @@ class Adherent extends AccountableObject implements AccountableInterface
/** /**
* @ORM\Column(type="boolean", options={"default": false}) * @ORM\Column(type="boolean", options={"default": false})
*/ */
private $ccasAccepted; private $ccasAccepted = false;
/** /**
* @ORM\Column(type="boolean", options={"default": false}) * @ORM\Column(type="boolean", options={"default": false})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment