User: natalia 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-24 17:35:25 +00:00
parent d4918c4046
commit 7432a44cb2
1 changed files with 2 additions and 2 deletions

View File

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