Skip to content

Commit

Permalink
fix: flg_cessato check in UnitaOrganizzativaFunzioni
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Jul 15, 2024
1 parent 71f4dc3 commit c98d22a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ricerca_app/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -3829,6 +3829,7 @@ def getStructure(structureid):
c['unitaorganizzativacontatti__contatto'])
funzioni_personale = UnitaOrganizzativaFunzioni.objects.filter(
cd_csa=q['cd_csa'],
cod_fis__flg_cessato=False,
termine__gt=datetime.datetime.now()).values(
"ds_funzione",
"funzione",
Expand Down

0 comments on commit c98d22a

Please sign in to comment.