Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Benjamin Graillot
scripts
Commits
bef7ac05
Commit
bef7ac05
authored
Dec 10, 2015
by
Gabriel Detraz
Browse files
Bonne taille de fenetre pour le menu vente
parent
75e6d3a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
gestion/dialog/proprio.py
View file @
bef7ac05
...
...
@@ -452,6 +452,7 @@ class Dialog(machine.Dialog, blacklist.Dialog):
text
=
text
,
title
=
"Choix d'un mode de paiement pour %s %s"
%
(
proprio
.
get
(
"prenom"
,
[
''
])[
0
],
proprio
[
"nom"
][
0
]),
choices
=
choices
,
width
=
70
,
timeout
=
self
.
timeout
)
def
choose_paiment
(
tag_paiement
,
proprio
,
self_cont
,
cont
):
...
...
@@ -490,6 +491,7 @@ class Dialog(machine.Dialog, blacklist.Dialog):
text
=
""
,
title
=
"Vente de truc à %s %s"
%
(
proprio
.
get
(
"prenom"
,
[
''
])[
0
],
proprio
[
"nom"
][
0
]),
choices
=
choices
,
width
=
120
,
timeout
=
self
.
timeout
)
def
choose_item
(
proprio
,
tags
,
articles
,
self_cont
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment