ldap_crans: AssociationCrans a besoin de Nom()

This commit is contained in:
Daniel STAN 2014-09-30 23:31:57 +02:00
parent c57cb554d5
commit b74cc2b151

View file

@ -4270,6 +4270,8 @@ class AssociationCrans(_FakeProprio):
_FakeProprio.__init__(self, conn) _FakeProprio.__init__(self, conn)
def nom(self): def nom(self):
return "Crans" return "Crans"
def Nom(self):
return "Crans"
def chbre(self): def chbre(self):
return "CRA" return "CRA"
def email(self): def email(self):