From f8fcb79a42b96db40526926d4425ce8af34cbb77 Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Fri, 29 Nov 2013 02:08:00 +0100 Subject: [PATCH] [ldap_crans/factures] Pas de mode de paiement par defaut --- gestion/ldap_crans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'