Skip to content

Commit

Permalink
Merge pull request #584 from navikt/restanser_avsluttet_revurdering
Browse files Browse the repository at this point in the history
Fjern lukkede revurderinger fra restanser
  • Loading branch information
Christian H. Mosveen authored Nov 24, 2021
2 parents dfed3c3 + dbf4727 commit a725bf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ internal class SakRestansRepo(
from sak
join behandling_vedtak bv on bv.sakid = sak.sakId
join revurdering r on r.vedtaksomrevurderesid = bv.vedtakid
where r.revurderingstype not like ('IVERKSATT%')
where r.revurderingstype not like ('IVERKSATT%') and r.avsluttet is null
),
søknader as (
select
Expand Down

0 comments on commit a725bf8

Please sign in to comment.