From 3a631822384cb196320663975ee089a1d526f889 Mon Sep 17 00:00:00 2001 From: chove Date: Sat, 27 Nov 2004 23:45:30 +0100 Subject: [PATCH] petit bug lors de la destruction d'un club darcs-hash:20041127224530-4ec08-a0cff962879102cd3b3d6b9d2edfc6b37b7d10a7.gz --- gestion/ldap_crans.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gestion/ldap_crans.py b/gestion/ldap_crans.py index 8e7e8bf4..0677e5de 100755 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -1588,6 +1588,10 @@ class club(base_proprietaire) : self._set('nom',[new]) return new + def nom(self) : + """ Retourne le nom du club, utilisé lors de la destruction """ + return strip_accents(self.Nom()) + def carteEtudiant(self,pd=None) : return [ ann_scol ]