Skip to content

Commit

Permalink
Navngiving vedtakstyper
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 committed Oct 22, 2024
1 parent 8a0f743 commit 6851bcc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/visualise/VedtakToGraphMapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,9 @@ function grunnlagstypeTilVisningsnavn(grunnlag: GrunnlagDto, grunnlagsListe: Gru
case Grunnlagstype.DELBEREGNINGBIDRAGSPLIKTIGESANDELSAeRBIDRAG:
return "Delberegning bidragspliktiges andel særbidrag";
case Grunnlagstype.DELBEREGNING_BIDRAGSPLIKTIGES_ANDEL:
return "Delberegning sum løpende bidrag";
return "Delberegning bidragspliktiges andel";
case Grunnlagstype.DELBEREGNING_BIDRAGSPLIKTIGES_BEREGNEDE_TOTALBIDRAG:
return "Delberegning bidragspliktiges beregnede totalbidrag";
default:
if (grunnlag.type.startsWith("PERSON_")) {
return `${grunnlag.type}(${toCompactString(grunnlag.innhold.fødselsdato)})`;
Expand Down

0 comments on commit 6851bcc

Please sign in to comment.