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-24 21:43:13 +00:00
parent c77f0ba369
commit 3c49644245

View File

@ -350,10 +350,16 @@ ___
|_Submitted by:_ | {{ invoice.contributorName }} | _Submitted on:_ | {{ invoice.invoiceDate }} | _Requested:_ | {{ invoice.invoiceAmount_str }} | |_Submitted by:_ | {{ invoice.contributorName }} | _Submitted on:_ | {{ invoice.invoiceDate }} | _Requested:_ | {{ invoice.invoiceAmount_str }} |
|_Submitter Id:_ | {{ invoice.contributorId }} | _Due Date:_ | {{ invoice.dueDate}} | _Bamboo Monthly Salary:_ | {{ monthly_salary_str }} | |_Submitter Id:_ | {{ invoice.contributorId }} | _Due Date:_ | {{ invoice.dueDate}} | _Bamboo Monthly Salary:_ | {{ monthly_salary_str }} |
___ ___
{% if len_submitter_comments > 0 %} {% if len_submitter_comment > 0 %}
*Submitter comments:* *Submitter comments:*
{{ invoice["commentSubmitter"] }} {{ invoice["commentSubmitter"] }}
___ ___
{% endif %}
___
{% if len_project_lead_comment > 0 %}
*Submitter comments:*
{{ invoice["commentProjectLead"] }}
___
{% endif %}</spiffworkflow:instructionsForEndUser> {% endif %}</spiffworkflow:instructionsForEndUser>
<spiffworkflow:preScript>approvalComment = ""</spiffworkflow:preScript> <spiffworkflow:preScript>approvalComment = ""</spiffworkflow:preScript>
</bpmn:extensionElements> </bpmn:extensionElements>