lne: zeilenumbruch in beschreibung korrigiert
This commit is contained in:
parent
9732fe11e9
commit
2a44c67ccf
1 changed files with 1 additions and 1 deletions
2
line.py
2
line.py
|
@ -511,7 +511,7 @@ class Line(Workflow, ModelSQL, ModelView):
|
||||||
""" to speed up list-view
|
""" to speed up list-view
|
||||||
"""
|
"""
|
||||||
if self.description:
|
if self.description:
|
||||||
return self.description[:50]
|
return self.description[:50].replace('\n', '; ')
|
||||||
|
|
||||||
@fields.depends('party', 'booktransf', 'bookingtype')
|
@fields.depends('party', 'booktransf', 'bookingtype')
|
||||||
def on_change_with_payee(self, name=None):
|
def on_change_with_payee(self, name=None):
|
||||||
|
|
Loading…
Reference in a new issue