Skip to content

Commit

Permalink
Remove lukkede revurderinger from restanser
Browse files Browse the repository at this point in the history
  • Loading branch information
christianmosveen committed Nov 24, 2021
1 parent 4426106 commit dbf4727
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 dbf4727

Please sign in to comment.