retourne le home de l'adhrent/club
darcs-hash:20051109222332-4ec08-58bd2fd62dd81b9a6e1e077dbd7f194d62f790ec.gz
This commit is contained in:
parent
39fafa14c3
commit
ff4a031b78
1 changed files with 7 additions and 0 deletions
|
@ -1233,6 +1233,13 @@ class base_proprietaire(base_classes_crans):
|
||||||
self._set('contourneGreylist',[contourneGreylist])
|
self._set('contourneGreylist',[contourneGreylist])
|
||||||
return contourneGreylist
|
return contourneGreylist
|
||||||
|
|
||||||
|
def home(self):
|
||||||
|
""" Retourne le home de l'adhérent """
|
||||||
|
if not self.compte():
|
||||||
|
raise NotImplementedError, u"L'adhérent na pas de compte"
|
||||||
|
|
||||||
|
return self._data['homeDirectory'][0]
|
||||||
|
|
||||||
def paiement(self,action=None):
|
def paiement(self,action=None):
|
||||||
"""
|
"""
|
||||||
Action est un entier représentant une année
|
Action est un entier représentant une année
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue