[attributs] paiement et carteEtudiant sont des années
This commit is contained in:
parent
6e7b9e6791
commit
a280537cd0
1 changed files with 2 additions and 2 deletions
|
@ -191,11 +191,11 @@ class yearAttr(intAttr):
|
||||||
self.value = int(val)
|
self.value = int(val)
|
||||||
|
|
||||||
|
|
||||||
class paiement(intAttr):
|
class paiement(yearAttr):
|
||||||
legend = u"Paiement"
|
legend = u"Paiement"
|
||||||
|
|
||||||
|
|
||||||
class carteEtudiant(intAttr):
|
class carteEtudiant(yearAttr):
|
||||||
legend = u"Carte d'étudiant"
|
legend = u"Carte d'étudiant"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue