Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chris
repanier
Commits
285b973d
Commit
285b973d
authored
Mar 20, 2017
by
Patrick
Browse files
Wrap producer list when closing orders
parent
ce51140a
Changes
1
Hide whitespace changes
Inline
Side-by-side
repanier/models/permanence.py
View file @
285b973d
...
...
@@ -186,7 +186,7 @@ class Permanence(TranslatableModel):
)
return
msg_html
else
:
return
", "
.
join
([
p
.
short_profile_name
return
'<div class="wrap-text">%s</div>'
%
", "
.
join
([
p
.
short_profile_name
for
p
in
producer
.
Producer
.
objects
.
filter
(
producerinvoice__permanence_id
=
self
.
id
).
only
(
...
...
Write
Preview
Markdown
is supported
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