correction cumul absences justifiées

This commit is contained in:
Jean-Marie Place 2023-03-13 17:33:39 +01:00
parent 74f81ce6d2
commit 764493b7f9
1 changed files with 1 additions and 1 deletions

View File

@ -1085,7 +1085,7 @@ def EtatAbsencesDate(group_ids=[], date=None): # list of groups to display
if nbabspm != 0:
if nbabsjustpm:
H.append("Just.")
t_nbabsjustam += 1
t_nbabsjustpm += 1
else:
H.append("Abs.")
t_nbabspm += 1