User: alex clicked save for execute-procure-to-pay/cc-invoice-approval-process/cc-invoice-approval-process-v2.bpmn
This commit is contained in:
parent
ac5704bc4b
commit
4a57492832
|
@ -553,12 +553,12 @@ isCurrentUser = False</bpmn:script>
|
|||
<bpmn:outgoing>Flow_15pzvrr</bpmn:outgoing>
|
||||
<bpmn:script># Store Team Lead comments elsewhere and clear form comments
|
||||
if isApprovalTimer:
|
||||
invoice["commentsProjectLead"] = "No action taken within allotted time"
|
||||
invoice["commentProjectLead"] = "No action taken within allotted time"
|
||||
approvalComment = ""
|
||||
invoice.isProjectLeadApprove = False
|
||||
isInvoiceApproved = False
|
||||
else:
|
||||
invoice["commentsProjectLead"] = approvalComment
|
||||
invoice["commentProjectLead"] = approvalComment
|
||||
approvalComment = ""
|
||||
invoice.isProjectLeadApprove = isInvoiceApproved</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
|
|
Loading…
Reference in New Issue