User: alex clicked save for execute-procure-to-pay/cc-invoice-approval-process/cc-invoice-approval-process-v2.bpmn

This commit is contained in:
demo 2022-10-25 23:22:11 +00:00
parent ac5704bc4b
commit 4a57492832
1 changed files with 2 additions and 2 deletions

View File

@ -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>