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 21:35:09 +00:00
parent 1196f07b57
commit e20fa0185a
1 changed files with 1 additions and 0 deletions

View File

@ -556,6 +556,7 @@ if isApprovalTimer:
invoice["commentsProjectLead"] = "No action taken within allotted time" invoice["commentsProjectLead"] = "No action taken within allotted time"
approvalComment = "" approvalComment = ""
invoice.isProjectLeadApprove = False invoice.isProjectLeadApprove = False
(isInvoiceApproved = False
else: else:
invoice["commentsProjectLead"] = approvalComment invoice["commentsProjectLead"] = approvalComment
approvalComment = "" approvalComment = ""