[controle_tresorier.py] Trier les controles par id
Ignore-this: 3aa065fada54ed80086f6f4f95aa0460 darcs-hash:20111021150334-3651d-9f5718513045dc2928eeffb9f6cdc478b9e6c021.gz
This commit is contained in:
parent
efed3d32ad
commit
3cfdc4dd46
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue