[attributs.controle] controle est optionnel

This commit is contained in:
Valentin Samir 2013-05-14 23:29:12 +02:00
parent 75839564e5
commit 3d73191b08
2 changed files with 1 additions and 2 deletions

View file

@ -1000,7 +1000,7 @@ class postalAddress(Attr):
class controle(Attr):
singlevalue = True
optional = False
optional = True
legend = u"Contrôle"
can_modify = [tresorier, nounou]
category = 'perso'

View file

@ -24,7 +24,6 @@ adherent_ldif = {
'prenom' : ['toto'],
'nom' : ['passoir'],
'chbre' : ['EXT'],
'controle': ['p'],
'tel' : ['0000000000'],
'mail' : ['nobody@test.org'],
'etudes' : ['ENS', '1', 'A0'],