Skip to content

Commit

Permalink
feat(organisme): change default raisonSociale if missing (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
iNeoO authored Nov 7, 2024
2 parents 262f42e + f558cc0 commit 6118087
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ async function searchApiInsee() {
siegeSocial: uniteLegale.etablissementSiege,
raisonSociale:
uniteLegale.uniteLegale.denominationUniteLegale ??
uniteLegale.uniteLegale.nomUsageUniteLegale,
`${uniteLegale.uniteLegale.nomUniteLegale ?? ""} ${uniteLegale.uniteLegale.prenom1UniteLegale ?? ""}`,
nomCommercial: nomCommercial ?? null,
statut: uniteLegale.uniteLegale.categorieJuridiqueUniteLegale,
adresse,
Expand Down

0 comments on commit 6118087

Please sign in to comment.