On supprime l'adresse postale quand l'adherent emmenage sur le campus.
darcs-hash:20060715041036-68412-47e22ceb5c0d084bce7818b9e996f7fdb8de9666.gz
This commit is contained in:
parent
f62f80be7e
commit
3150e17a80
1 changed files with 1 additions and 0 deletions
|
@ -1846,6 +1846,7 @@ class Adherent(BaseProprietaire):
|
||||||
self.lock('chbre', new)
|
self.lock('chbre', new)
|
||||||
|
|
||||||
self._set('chbre', [new])
|
self._set('chbre', [new])
|
||||||
|
self._set('postalAddress', [])
|
||||||
return new
|
return new
|
||||||
|
|
||||||
def adresse(self, new=None):
|
def adresse(self, new=None):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue