Skip to content

Commit

Permalink
fix: revert 71f4dc3
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Jul 15, 2024
1 parent c98d22a commit 377a123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ricerca_app/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -3381,7 +3381,7 @@ def getAddressbook(
query = Personale.objects.filter(
query_search,
flg_cessato=0,
# cd_uo_aff_org__isnull=False,
cd_uo_aff_org__isnull=False,
dt_rap_fin__gte=datetime.datetime.today()).values(
"nome",
"middle_name",
Expand Down

0 comments on commit 377a123

Please sign in to comment.