User: natalia clicked save for execute-procure-to-pay/cc-invoice-approval-process/cc-invoice-approval-process-v2.bpmn
This commit is contained in:
parent
d4918c4046
commit
7432a44cb2
|
@ -569,11 +569,11 @@ del(userStatusKey)</bpmn:script>
|
||||||
<bpmn:outgoing>Flow_15pzvrr</bpmn:outgoing>
|
<bpmn:outgoing>Flow_15pzvrr</bpmn:outgoing>
|
||||||
<bpmn:script># Store Team Lead comments elsewhere and clear form comments
|
<bpmn:script># Store Team Lead comments elsewhere and clear form comments
|
||||||
if isApprovalTimer:
|
if isApprovalTimer:
|
||||||
invoice["commentProjectLead"] = "No action taken within allotted time"
|
invoice["commentsProjectLead"] = "No action taken within allotted time"
|
||||||
approvalComment = ""
|
approvalComment = ""
|
||||||
invoice.isProjectLeadApprove = False
|
invoice.isProjectLeadApprove = False
|
||||||
else:
|
else:
|
||||||
invoice["commentProjectLead"] = approvalComment
|
invoice["commentsProjectLead"] = approvalComment
|
||||||
approvalComment = ""
|
approvalComment = ""
|
||||||
invoice.isProjectLeadApprove = isInvoiceApproved</bpmn:script>
|
invoice.isProjectLeadApprove = isInvoiceApproved</bpmn:script>
|
||||||
</bpmn:scriptTask>
|
</bpmn:scriptTask>
|
||||||
|
|
Loading…
Reference in New Issue