diff --git a/manage-procurement/procurement/core-contributor-invoice-management/cc-invoice-approval/cc-invoice-approval-process-v2.bpmn b/manage-procurement/procurement/core-contributor-invoice-management/cc-invoice-approval/cc-invoice-approval-process-v2.bpmn
index c401e79d..672b2b98 100644
--- a/manage-procurement/procurement/core-contributor-invoice-management/cc-invoice-approval/cc-invoice-approval-process-v2.bpmn
+++ b/manage-procurement/procurement/core-contributor-invoice-management/cc-invoice-approval/cc-invoice-approval-process-v2.bpmn
@@ -1065,9 +1065,19 @@ invoice["invoiceStatus"] = "Approved and Pending Payment"
-
+ # Set Task Id
+if isMatch:
+ task_id = "waku_payment_pending_ismatch"
+else:
+ task_id = "waku_payment_pending_not_ismatch"
+
+# Set Message in Call Activity
+isSetMessage = True
+
+# Set Time Zone
+timezone = current_user_extras["time_zone"]
- Flow_0781nlm
+ Flow_1j5eznh
Flow_1w7kqay
@@ -1089,24 +1099,7 @@ invoice["invoiceStatus"] = "Approved and Pending Payment"Flow_1buk0a2
-
-
-
- Flow_1j5eznh
- Flow_0781nlm
- # Set Task Id and Project Lead comments length
-if isMatch:
- task_id = "waku_payment_pending_ismatch"
-else:
- task_id = "waku_payment_pending_not_ismatch"
- len_project_lead_comments = len(invoice["commentsProjectLead"].strip())
-
-# Set Message in Call Activity
-isSetMessage = True
-
-# Set Time Zone
-timezone = current_user_extras["time_zone"]
-
+
Flow_1v8dszb
@@ -1942,10 +1935,7 @@ timezone = current_user_extras["time_zone"]
-
-
-
-
+
@@ -1956,11 +1946,7 @@ timezone = current_user_extras["time_zone"]
-
-
-
-
-
+