Skip to content

Commit

Permalink
F - Begrenser direkte sending til kun pbuc06
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Aug 19, 2024
1 parent e8c4f36 commit 975330f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class JournalforingService(
)

if(journalpostRequest.bruker == null){
if(sedHendelse.bucType in listOf(R_BUC_02 , P_BUC_06 ,P_BUC_09)) {
if(sedHendelse.bucType in listOf(P_BUC_06)) {
journalpostService.sendJournalPost(JournalpostMedSedInfo(journalpostRequest, sedHendelse, hendelseType), "eessipensjon")
logger.warn("Journalpost for ${sedHendelse.sedType}, for buc: ${sedHendelse.bucType} sendes direkte for rinaid: ${sedHendelse.rinaSakId}")
}
Expand Down

0 comments on commit 975330f

Please sign in to comment.