impression: débite uniquement en non débug
This commit is contained in:
parent
cf5f2a9088
commit
d41af527b8
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ class impression(object):
|
|||
self._jid = self._uniq_jid()
|
||||
|
||||
# debite l'adhérent si adherent il y a
|
||||
if (self._adh != None):
|
||||
if not DEBUG and (self._adh != None):
|
||||
adh = self._adh.split('@')
|
||||
if len(adh) > 1:
|
||||
adh = adh[1:]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue