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
Leo Colisson
scripts
Commits
e46f6ba4
Commit
e46f6ba4
authored
Sep 26, 2015
by
Pierre-Elliott Bécue
Browse files
Typo
parent
c700ec4c
Changes
1
Show whitespace changes
Inline
Side-by-side
gestion/whos.py
View file @
e46f6ba4
...
...
@@ -421,7 +421,7 @@ def list_factures(factures) :
data
.
append
([
f
.
id
(),
f
.
modePaiement
(),
coul
(
datetimeFromGTF
(
f
acture
.
recuPaiement
()).
strftime
(
"%d/%m/%Y %H:%M:%S"
),
"vert"
)
if
f
.
recuPaiement
()
else
coul
(
"NON"
,
"rouge"
),
coul
(
datetimeFromGTF
(
f
.
recuPaiement
()).
strftime
(
"%d/%m/%Y %H:%M:%S"
),
"vert"
)
if
f
.
recuPaiement
()
else
coul
(
"NON"
,
"rouge"
),
controle
,
', '
.
join
(
a
[
'code'
]
for
a
in
f
.
articles
()),
u
"%s€"
%
sum
([
float
(
a
[
'pu'
])
*
int
(
a
[
'nombre'
])
for
a
in
f
.
articles
()])
...
...
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