[config] On modifie la façon dont la période transitoire est gérée.
This commit is contained in:
parent
36ff9299c0
commit
673e8266e8
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ if dat[1] < 8 or dat[1] == 8 and dat[2] < 16:
|
||||||
ann_scol = dat[0]-1
|
ann_scol = dat[0]-1
|
||||||
periode_transitoire = False
|
periode_transitoire = False
|
||||||
# sinon on change d'année
|
# sinon on change d'année
|
||||||
elif dat[1] < 10 or (dat[1] == 10 and dat[2] < 4):
|
elif dat[1] < 10:
|
||||||
# Si pas encore octobre, les gens ayant payé l'année précédente sont
|
# Si pas encore octobre, les gens ayant payé l'année précédente sont
|
||||||
# acceptés
|
# acceptés
|
||||||
ann_scol = dat[0]
|
ann_scol = dat[0]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue