[ldap_crans] Il n'y a pas toujours d'ancienne chambre
Ignore-this: 101f4eb098b9fe76afc33a8ca83f0c darcs-hash:20121105133839-3a55a-c8186962de2667bad7569fe7a6f33ceee4979dfe.gz
This commit is contained in:
parent
327689a051
commit
27ea3b65cb
1 changed files with 1 additions and 1 deletions
|
@ -1761,7 +1761,7 @@ class BaseProprietaire(BaseClasseCrans):
|
||||||
else:
|
else:
|
||||||
nouveau = 1
|
nouveau = 1
|
||||||
|
|
||||||
if 'chbre' in self.modifs and '????' in [ self._init_data.get("chbre", [''])[0] , self._init_data.get("chbre", [''])[1] ]:
|
if 'chbre' in self.modifs and '????' in self._init_data.get("chbre", [''])[:2]:
|
||||||
self.services_to_restart('bl_chbre_invalide')
|
self.services_to_restart('bl_chbre_invalide')
|
||||||
|
|
||||||
if ('chbre' in self.modifs or 'paiement' in self.modifs) and self._data['chbre'][0] not in ("????", "EXT"):
|
if ('chbre' in self.modifs or 'paiement' in self.modifs) and self._data['chbre'][0] not in ("????", "EXT"):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue