[gest_crans] tentative de patch suite à un bugreport
This commit is contained in:
parent
0a22e604af
commit
d0832929cd
1 changed files with 1 additions and 1 deletions
|
@ -1015,7 +1015,7 @@ def set_blackliste(clas):
|
||||||
arg += u'"- pour fin indéterminée" 2 25 "" 0 0 0 0 '
|
arg += u'"- pour fin indéterminée" 2 25 "" 0 0 0 0 '
|
||||||
arg += u'"Les jours de début et de fin sont inclus." 3 1 "" 0 0 0 0 '
|
arg += u'"Les jours de début et de fin sont inclus." 3 1 "" 0 0 0 0 '
|
||||||
arg += u'"Sanction : %s" 4 1 "" 0 0 0 0 ' % t[2]
|
arg += u'"Sanction : %s" 4 1 "" 0 0 0 0 ' % t[2]
|
||||||
arg += u'"Commentaire (pas de dollar) : " 5 1 "%s" 6 1 52 0 ' % t[3]
|
arg += u'"Commentaire (pas de dollar) : " 5 1 "%s" 6 1 52 0 ' % t[3].decode("utf-8")
|
||||||
annul, r = dialog(arg)
|
annul, r = dialog(arg)
|
||||||
if annul: return 1
|
if annul: return 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue