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:
parent
4323b40347
commit
19ed59f818
|
@ -345,7 +345,8 @@ if not(svc_is_due_date_after):
|
|||
|_Due Date:_ | {{ invoice.dueDate}} |
|
||||
___
|
||||
{% if len_submitter_comment > 0 %}
|
||||
*{{ current_user_extras["full_name"] }} comments:* {{ invoice["commentSubmitter"]|d('', True)|wordwrap(70)| replace('\n', '\n ') }}
|
||||
*{{ current_user_extras["full_name"] }} comments:*.
|
||||
{{ invoice["commentSubmitter"] }}
|
||||
___
|
||||
{% endif %}
|
||||
Thank you for your invoice submission.
|
||||
|
|
Loading…
Reference in New Issue