code improvements (#1423)
* removed unused mapping information * added support for further field types * fixed changing date objects for begin and end * added more project fields as invoice variables * theme update and asset rebuild
This commit is contained in:
@@ -396,6 +396,10 @@
|
||||
{% else %}
|
||||
{{ value }}
|
||||
{% endif %}
|
||||
{% elseif '\\TextareaType' in type %}
|
||||
{{ value|nl2br }}
|
||||
{% elseif '\\EmailType' in type %}
|
||||
<a href="mailto:{{ value }}">{{ value }}</a>
|
||||
{% else %}
|
||||
{{ value }}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user