From acc493184f0ce40b13900762ea21bbd0ef1c5f86 Mon Sep 17 00:00:00 2001 From: bernat Date: Mon, 11 Apr 2005 17:24:32 +0200 Subject: [PATCH] On agrandit le champ pour le canal pour permettre d'crire des intervalles darcs-hash:20050411152432-d1718-ce35e4c3d83a73c62a8cf0b9f1fe9780484f7f98.gz --- gestion/gest_crans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/gest_crans.py b/gestion/gest_crans.py index 19d40285..9ae8bf5e 100755 --- a/gestion/gest_crans.py +++ b/gestion/gest_crans.py @@ -1063,7 +1063,7 @@ def set_machine(machine) : if machine.puissance()!=None and isadm : # Borne wifi p = u'Mettre le lieu de la borne comme première remarque.' - arg+= u'"Canal :" 2 35 "%s" 2 43 4 0 ' % machine.canal() + arg+= u'"Canaux :" 2 35 "%s" 2 43 14 0 ' % machine.canal() arg+= u'"Puissance :" 3 35 "%s" 3 47 4 0 ' % machine.puissance() if isadm and machine.proprietaire().__class__ == crans : arg+= u'"Prise :" 8 1 "%s" 8 9 5 0 ' % machine.prise()