Skip to content

Commit

Permalink
Underhold lagre andre barn til BM
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 committed Dec 27, 2024
1 parent eb28022 commit de1b56b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ValiderBehandlingService(
fun kanBehandlesINyLøsning(request: KanBehandlesINyLøsningRequest): String? =
when (request.tilType()) {
TypeBehandling.SÆRBIDRAG -> kanSærbidragBehandlesINyLøsning(request)
// TypeBehandling.BIDRAG -> kanBidragBehandlesINyLøsning(request)
TypeBehandling.BIDRAG -> kanBidragBehandlesINyLøsning(request)
else -> null
}

Expand Down

0 comments on commit de1b56b

Please sign in to comment.