Skip to content

Commit

Permalink
fix: or-1394 use omschrijving field instead of code
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu committed Aug 14, 2024
1 parent 8f082d8 commit 5c19283
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public MagdaOrganisationResponse(Onderneming2_0Type? onderneming, IDateTimeProvi
if (onderneming?.Stopzetting != null)
Termination = new MagdaTermination(onderneming.Stopzetting);

LegalEntityType = new MagdaLegalEntityType(onderneming?.SoortOnderneming.Code.Value, onderneming?.SoortOnderneming.Code.Value);
LegalEntityType = new MagdaLegalEntityType(onderneming?.SoortOnderneming.Code.Value, onderneming?.SoortOnderneming.Omschrijving.Value);
}

private static bool OverlapsWithToday(RechtsvormExtentieType type, DateTime today)
Expand Down

0 comments on commit 5c19283

Please sign in to comment.