Le nombre de mois de connexion doit être augmenté à un an s'il dépasse le plafond de cotis.
This commit is contained in:
parent
c848b1beb1
commit
9d21a9b597
1 changed files with 3 additions and 0 deletions
|
@ -2384,6 +2384,9 @@ class Adherent(BaseProprietaire):
|
|||
else:
|
||||
ftime = max(finConn, thetime)
|
||||
|
||||
if mois >= cotisation.duree_conn_plafond:
|
||||
mois = 12
|
||||
|
||||
# Calcul de la nouvelle date de fin d'adhésion.
|
||||
curyear = datetime.datetime.now().year
|
||||
curmonth = datetime.datetime.now().month
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue