Skip to content

Commit

Permalink
Legg til @transactional
Browse files Browse the repository at this point in the history
  • Loading branch information
UyQuangNguyen committed Nov 15, 2023
1 parent 4e03a6f commit e33090d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ class OppdragServiceImpl(
oppdragSender.sendOppdrag(oppdragXml)
}

@Transactional
override fun opprettManuellKvitteringPåOppdrag(oppdragId: OppdragId): OppdragLager {
val oppdrag = oppdragLagerRepository.hentOppdrag(oppdragId)

Expand Down

0 comments on commit e33090d

Please sign in to comment.