Skip to content

Commit

Permalink
Merge pull request #319 from statisticsnorway/bugfix_helseforetak
Browse files Browse the repository at this point in the history
Update HelseForetakMain.kt
  • Loading branch information
jonolehagemo authored Nov 1, 2023
2 parents 0898137 + 9ebad9d commit 25798e1
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ class HelseForetakMain(
}

// Kapitler
override val kapittelList: List<String> = listOf(" ")
override val kapittelList: List<String> = when (arguments.skjema) {
"0Y" -> listOf(" ")
else -> emptyList()
}

// Arter
private val arter = listOf(
Expand Down

0 comments on commit 25798e1

Please sign in to comment.