Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Dec 13, 2024
1 parent c2545e9 commit ddbd922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cds/api/v1/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def cds(language, cdsid_param, only_active=True):
)

res[0]["CdsPeriods"] = DidatticaCdsPeriodi.objects.filter(
cds_cod=res[0]["cds_cod"], settings.CURRENT_YEAR
cds_cod=res[0]["cds_cod"], aa_id=settings.CURRENT_YEAR
).values(
"ciclo_des",
"tipo_ciclo_des",
Expand Down

0 comments on commit ddbd922

Please sign in to comment.