Skip to content

Commit

Permalink
update territory #2486
Browse files Browse the repository at this point in the history
  • Loading branch information
sfinx13 committed Apr 22, 2024
1 parent 7e18776 commit f285a2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/DataFixtures/Files/Partner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ partners:
-
nom: "Partenaire 974-01"
email: "[email protected]"
is_archive: 0
is_archive: 1
insee: "[\"\"]"
territory: "La Réunion"
type: "AUTRE"
Expand Down
2 changes: 1 addition & 1 deletion src/DataFixtures/Files/Territory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ territories:
-
zip: "974"
name: "La Réunion"
is_active: 1
is_active: 0
bbox: "[]"

-
Expand Down
4 changes: 2 additions & 2 deletions src/DataFixtures/Files/User.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,10 @@ users:
email: [email protected]
roles: "[\"ROLE_USER_PARTNER\"]"
partner: "Partenaire 974-01"
statut: 1
statut: 2
is_generique: 0
is_mailing_active: 1
territory: "Partner La réunion"
territory: "La Réunion"
-
email: [email protected]
roles: "[\"ROLE_USER_PARTNER\"]"
Expand Down

0 comments on commit f285a2f

Please sign in to comment.