Skip to content

Commit

Permalink
Legger til arbeidssøkerstatus på endring/send-inn i journalføring
Browse files Browse the repository at this point in the history
  • Loading branch information
tepose committed Jan 14, 2025
1 parent 2f6ceac commit 433eb8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/utils/journalforing.utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ export function htmlForOppsummering(props: IProps): string {
seksjoner.push(
getHeader({ text: getAppText("rapportering-endring-begrunnelse-tittel"), level: "3" }),
);
seksjoner.push(getArbeidssokerAlert(periode, getAppText, getRichText));
seksjoner.push(`<p>${periode.begrunnelseEndring}</p>`);
} else {
seksjoner.push(getArbeidssokerAlert(periode, getAppText, getRichText));
Expand Down

0 comments on commit 433eb8d

Please sign in to comment.