mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 06:05:13 +00:00
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
c77f0ba369
commit
3c49644245
@ -350,10 +350,16 @@ ___
|
||||
|_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 }} |
|
||||
___
|
||||
{% if len_submitter_comments > 0 %}
|
||||
{% if len_submitter_comment > 0 %}
|
||||
*Submitter comments:*
|
||||
{{ invoice["commentSubmitter"] }}
|
||||
___
|
||||
{% endif %}
|
||||
___
|
||||
{% if len_project_lead_comment > 0 %}
|
||||
*Submitter comments:*
|
||||
{{ invoice["commentProjectLead"] }}
|
||||
___
|
||||
{% endif %}</spiffworkflow:instructionsForEndUser>
|
||||
<spiffworkflow:preScript>approvalComment = ""</spiffworkflow:preScript>
|
||||
</bpmn:extensionElements>
|
||||
|
Loading…
x
Reference in New Issue
Block a user