User: alex clicked save for manage-procurement/procurement/core-contributor-invoice-management/cc-invoice-approval/cc-invoice-approval-process-v2.bpmn

This commit is contained in:
demo 2022-11-25 15:53:06 +00:00
parent c7fde69e00
commit 4323b40347
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ if not(svc_is_due_date_after):
|_Due Date:_ | {{ invoice.dueDate}} |
___
{% if len_submitter_comment > 0 %}
*{{ current_user_extras["full_name"] }} comments:* {{ invoice["commentSubmitter"] }}
*{{ current_user_extras["full_name"] }} comments:* {{ invoice["commentSubmitter"]|d('', True)|wordwrap(70)| replace('\n', '\n') }}
___
{% endif %}
Thank you for your invoice submission.