Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
piks3l
Respect My Net
Commits
6d5b450a
Commit
6d5b450a
authored
Jan 20, 2012
by
stef
Browse files
[enh] added media to output in column 12
parent
586ef58a
Changes
1
Hide whitespace changes
Inline
Side-by-side
bt/sheet.py
View file @
6d5b450a
...
...
@@ -74,6 +74,7 @@ def save_ods():
doc
.
set_cell_value
(
5
,
row
,
"string"
,
"%s
\n\n
%s"
%
(
v
.
editorial
,
unescape
(
v
.
comment_set
.
get
().
comment
)))
doc
.
set_cell_value
(
9
,
row
,
"string"
,
"%s %s"
%
(
"Contractual"
if
v
.
contractual
else
""
,
unescape
(
v
.
contract_excerpt
)))
doc
.
set_cell_value
(
10
,
row
,
"string"
,
"can update to a different dataplan"
if
v
.
loophole
else
""
)
doc
.
set_cell_value
(
12
,
row
,
"string"
,
v
.
media
)
row
+=
1
#(v.state, v.country, v.operator, v.contract, v.resource, v.resource_name, v.type, v.media, v.temporary, v.contractual, v.contract_excerpt, v.loophole, v.editorial,v.comment_set.get().comment)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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