Quelques corrections.
This commit is contained in:
parent
c0ace05c79
commit
c4de365c03
2 changed files with 3 additions and 3 deletions
|
@ -1149,7 +1149,7 @@ def confirm(clas):
|
|||
in_facture.save()
|
||||
except Exception as c:
|
||||
arg = u'--title "Enregistrement" '
|
||||
arg += u'--msgbox "%s\n\n\n" 0 0' % to_unicode(c.args[0])
|
||||
arg += u'--msgbox "%s\n\n\n" 0 0' % to_unicode(unicode(c.args[0]))
|
||||
dialog(arg)
|
||||
return 1
|
||||
in_facture = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue