Skip to content

Commit

Permalink
Legger til felt om samhandler er opphørt (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
simhos authored Nov 1, 2024
1 parent 05a1ba3 commit b3dcf52
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ data class SamhandlerDto(
val kontaktTelefon: String? = null,
@Schema(description = "Fritekstfelt for notater.")
val notat: String? = null,
@Schema(description = "Er samhandleren opphørt?")
val erOpphørt: Boolean = false,
)

0 comments on commit b3dcf52

Please sign in to comment.