Skip to content

Commit

Permalink
fix: fix typo in variable name
Browse files Browse the repository at this point in the history
SVC-1696
  • Loading branch information
florianesser committed May 15, 2024
1 parent 43cb7e6 commit 1f9905a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ withTransformationContext {
def geplanteMaßnahmenNutzen = c.Maßnahmen.nutzen.value()
if (geplanteMaßnahmen) {
// get codelist values for 'geplanteMaßnahmen' like classified in lookup-table 'MaßnahmenStraße'
def geplanteMaßnahmen_classified = _snippets.helperFunctions.classifyListValues(geplannteMaßnahmen, '32c747f4-d11e-4fc2-a75e-e08b0aab6071')
def geplanteMaßnahmen_classified = _snippets.helperFunctions.classifyListValues(geplanteMaßnahmen, '32c747f4-d11e-4fc2-a75e-e08b0aab6071')
plannedMeasureDetail_plannedMeasure( geplanteMaßnahmen_classified.join("; ") )
}
else {
Expand Down

0 comments on commit 1f9905a

Please sign in to comment.