pareil pour l'uidNumber
darcs-hash:20051109222619-4ec08-53d2022ed9a278b7d832c6c08d2ac8884eafac0a.gz
This commit is contained in:
parent
ff4a031b78
commit
2931bb1166
1 changed files with 8 additions and 1 deletions
|
@ -1240,6 +1240,13 @@ class base_proprietaire(base_classes_crans):
|
||||||
|
|
||||||
return self._data['homeDirectory'][0]
|
return self._data['homeDirectory'][0]
|
||||||
|
|
||||||
|
def uidNumber(self):
|
||||||
|
""" Retourne l'uidNumber de l'adhérent """
|
||||||
|
if not self.compte():
|
||||||
|
raise NotImplementedError, u"L'adhérent na pas de compte"
|
||||||
|
|
||||||
|
return self._data['uidNumber'][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