diff --git a/gestion/ldap_crans.py b/gestion/ldap_crans.py index 1d8c2a2a..9544f208 100755 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -3706,7 +3706,7 @@ class Facture(BaseClasseCrans): # Facture vide self.__proprietaire = parent_or_tuple self.dn = parent_or_tuple.dn - self._data = {'objectClass': [self.objectClass], 'modePaiement':['paypal']} + self._data = {'objectClass': [self.objectClass], 'modePaiement':['']} self._init_data = {} self._modifiable = 'w'