il faut toujours sauvegarder a ce niveau la.

darcs-hash:20071108211832-7b604-64731d4bb90b9361edc7b0e40a86a809f0d37f12.gz
This commit is contained in:
dimino 2007-11-08 22:18:32 +01:00
parent 6e879cb20b
commit caa26c40b1

View file

@ -1,7 +1,7 @@
#!/usr/bin/python #!/usr/bin/python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# $Id: controle_tresorier2.py,v 1.2 2007-11-05 21:14:57 dimino Exp $ # $Id: controle_tresorier2.py,v 1.3 2007-11-08 21:18:32 dimino Exp $
# #
# tresorier.py # tresorier.py
# ------------ # ------------
@ -278,11 +278,7 @@ def admin_menu(adh):
else: else:
adh.controle('-k') adh.controle('-k')
if not paiement_ok and "5" in result: adh.save()
#if add_cheque(adh):
adh.save()
#else:
# return False
return True return True