gest_crans: enable CB pour vente
This commit is contained in:
parent
29a1d11f5a
commit
ba0a0b19fd
1 changed files with 2 additions and 1 deletions
|
@ -1060,6 +1060,7 @@ def set_vente(proprio):
|
||||||
|
|
||||||
menu.append(u'"Spc" "Espèces" ')
|
menu.append(u'"Spc" "Espèces" ')
|
||||||
menu.append(u'"Chq" "Chèque" ')
|
menu.append(u'"Chq" "Chèque" ')
|
||||||
|
menu.append(u'"Cb" "Carte bancaire" ')
|
||||||
if isimprimeur:
|
if isimprimeur:
|
||||||
menu.append(u'"Sol" "Solde Crans (actuel : %s€)" ' % (proprio.solde()))
|
menu.append(u'"Sol" "Solde Crans (actuel : %s€)" ' % (proprio.solde()))
|
||||||
|
|
||||||
|
@ -1079,7 +1080,7 @@ def set_vente(proprio):
|
||||||
f.modePaiement('liquide')
|
f.modePaiement('liquide')
|
||||||
paiement=u"Espèce"
|
paiement=u"Espèce"
|
||||||
annul, comment = dialog(arg)
|
annul, comment = dialog(arg)
|
||||||
elif result[0] == "Carte":
|
elif result[0] == "Cb":
|
||||||
f.modePaiement('carte')
|
f.modePaiement('carte')
|
||||||
paiement=u"Carte Bancaire"
|
paiement=u"Carte Bancaire"
|
||||||
comment = None
|
comment = None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue