From 7addc503a8d4679c496e8b772ce1add4f64350cf Mon Sep 17 00:00:00 2001 From: Antoine Durand-Gasselin Date: Sun, 8 Mar 2009 19:34:10 +0100 Subject: [PATCH] [gestion/gest_crans.py] cosmtique Mais qu'est-ce que qui me prend de corriger fichier ? darcs-hash:20090308183410-bd074-70dd55f1a35f52774a1aaafa1dad3945acb25441.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 f7b2d207..4a539412 100755 --- a/gestion/gest_crans.py +++ b/gestion/gest_crans.py @@ -149,7 +149,7 @@ def set_addr_ext(adher): arg += u'--form "" 0 0 0 ' arg += u'"" 1 1 "%s" 1 1 46 50 ' % adher.adresse()[0] arg += u'"" 2 1 "%s" 2 1 46 50 ' % adher.adresse()[1] - arg += u'"Code postal :" 3 1 "%s" 3 15 5 0 ' % adher.adresse()[2] + arg += u'"Code postal :" 3 1 "%s" 3 15 6 0 ' % adher.adresse()[2] arg += u'"Ville :" 3 21 "%s" 3 30 17 30 ' % adher.adresse()[3] # Affichage annul, result = dialog(arg)