Skip to content

Commit 587504c

Browse files
committed
Logikkfiks
1 parent 7e71687 commit 587504c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/no/nav/hjelpemidler/Application.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ fun main() {
101101
return@post
102102
}
103103

104-
if (ordrelinje.hjelpemiddeltype != "Hjelpemiddel" ||
104+
if (ordrelinje.hjelpemiddeltype != "Hjelpemiddel" &&
105105
ordrelinje.hjelpemiddeltype != "Individstyrt hjelpemiddel"
106106
) {
107107
logg.info("Mottok melding fra oebs med hjelpemiddeltype ${ordrelinje.hjelpemiddeltype}.")

0 commit comments

Comments
 (0)