use timesheet description in invoices (#1079)
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
<tr>
|
||||
<td contenteditable="true">
|
||||
{% if entry.description is not empty %}
|
||||
{{ entry.description }}
|
||||
{{ entry.description|nl2br }}
|
||||
{% else %}
|
||||
{{ entry.activity.name }} / {{ entry.project.name }}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user