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:script># Store Team Lead comments elsewhere and clear form comments
|
||||
if isApprovalTimer:
|
||||
invoice["commentProjectLead"] = "No action taken within allotted time"
|
||||
invoice["commentsProjectLead"] = "No action taken within allotted time"
|
||||
approvalComment = ""
|
||||
invoice.isProjectLeadApprove = False
|
||||
else:
|
||||
invoice["commentProjectLead"] = approvalComment
|
||||
invoice["commentsProjectLead"] = approvalComment
|
||||
approvalComment = ""
|
||||
invoice.isProjectLeadApprove = isInvoiceApproved</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
|
|
Loading…
Reference in New Issue