Skip to content

Commit

Permalink
Remove årmåned from postering, rename årmåned in postering
Browse files Browse the repository at this point in the history
  • Loading branch information
atleno committed Jul 31, 2019
1 parent 75d9fa3 commit 8a25722
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ data class SpesifisertInntekt(
)

data class Avvik(
val årmåned: YearMonth,
val ident: Aktør,
val opplysningspliktig: Aktør,
val virksomhet: Aktør?,
Expand All @@ -25,7 +24,7 @@ data class Avvik(
)

data class Postering(
val årmåned: YearMonth,
val posteringsMåned: YearMonth,
val beløp: BigDecimal,
val fordel: String,
val inntektskilde: String,
Expand Down

0 comments on commit 8a25722

Please sign in to comment.