From b74cc2b1518c8f75eca5ccb369d629fe9d1b78d4 Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Tue, 30 Sep 2014 23:31:57 +0200 Subject: [PATCH] ldap_crans: AssociationCrans a besoin de Nom() --- gestion/ldap_crans.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gestion/ldap_crans.py b/gestion/ldap_crans.py index dd252c8b..7ce51b74 100755 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -4270,6 +4270,8 @@ class AssociationCrans(_FakeProprio): _FakeProprio.__init__(self, conn) def nom(self): return "Crans" + def Nom(self): + return "Crans" def chbre(self): return "CRA" def email(self):