mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
improve household position fixture
This commit is contained in:
parent
1d1a54f653
commit
2cb1ad6afc
@ -10,8 +10,8 @@ class LoadHouseholdPosition extends Fixture
|
|||||||
{
|
{
|
||||||
const POSITIONS_DATA = [
|
const POSITIONS_DATA = [
|
||||||
["Adulte", true, true, 1.0, self::ADULT ],
|
["Adulte", true, true, 1.0, self::ADULT ],
|
||||||
["Enfants", true, false, 2.0, self::CHILD ],
|
["Enfant", true, false, 2.0, self::CHILD ],
|
||||||
["Enfants hors ménage", false, false, 3.0, self::CHILD_OUT ]
|
["Enfant hors ménage", false, false, 3.0, self::CHILD_OUT ]
|
||||||
];
|
];
|
||||||
|
|
||||||
const ADULT = "position_adulte";
|
const ADULT = "position_adulte";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user