mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-27 09:05:01 +00:00
improve household position fixture
This commit is contained in:
@@ -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";
|
||||||
|
Reference in New Issue
Block a user