petit bug lors de la destruction d'un club
darcs-hash:20041127224530-4ec08-a0cff962879102cd3b3d6b9d2edfc6b37b7d10a7.gz
This commit is contained in:
parent
8176459ae5
commit
3a63182238
1 changed files with 4 additions and 0 deletions
|
@ -1588,6 +1588,10 @@ class club(base_proprietaire) :
|
||||||
self._set('nom',[new])
|
self._set('nom',[new])
|
||||||
return 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) :
|
def carteEtudiant(self,pd=None) :
|
||||||
return [ ann_scol ]
|
return [ ann_scol ]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue