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
effd782020
commit
99ce943490
|
@ -661,14 +661,14 @@ if isMatch:
|
|||
else:
|
||||
if not(invoice["isProjectLeadApprove"]):
|
||||
if isApprovalTimer:
|
||||
task_id = ""
|
||||
task_id = "waku_no_team_lead_response"
|
||||
else:
|
||||
task_id = "waku_invoice_rejected-Project_Lead"
|
||||
else:
|
||||
task_id = "waku_invoice_rejected-Finance"
|
||||
|
||||
# Set Message should not be set
|
||||
isSetMessage = False
|
||||
isSetMessage = True
|
||||
|
||||
# Set Time Zone
|
||||
time_zone = current_user_extras["time_zone"]
|
||||
|
|
Loading…
Reference in New Issue