[controle_tresorier.py] Trier les controles par id

Ignore-this: 3aa065fada54ed80086f6f4f95aa0460

darcs-hash:20111021150334-3651d-9f5718513045dc2928eeffb9f6cdc478b9e6c021.gz
This commit is contained in:
aupetit 2011-10-21 17:03:34 +02:00
parent efed3d32ad
commit 3cfdc4dd46

View file

@ -68,8 +68,8 @@ from socket import gethostname
debug = False
# Le champ sur lequel on veut trier (id, nom, cableur, date)
trier_par = "nom"
tri_inverse = False
trier_par = "id"
tri_inverse = True
if gethostname().split(".")[0] == 'egon':
debug = 'glondu@crans.org'