[config/cotisation] doublon dans le code.
This commit is contained in:
parent
ebed217a21
commit
45399b0443
1 changed files with 2 additions and 2 deletions
|
@ -40,11 +40,11 @@ dico_adh = {
|
||||||
"pu": cotisation,
|
"pu": cotisation,
|
||||||
}
|
}
|
||||||
|
|
||||||
dico_adh = {
|
dico_adh_club = {
|
||||||
"nombre": 1,
|
"nombre": 1,
|
||||||
"code": u"ADH",
|
"code": u"ADH",
|
||||||
"designation": u"Adhésion pour un an",
|
"designation": u"Adhésion pour un an",
|
||||||
"pu": cotisation,
|
"pu": 0,
|
||||||
}
|
}
|
||||||
|
|
||||||
def dico_cotis(nb_mois):
|
def dico_cotis(nb_mois):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue