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 9f997821..0df33bbb 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 @@ -130,7 +130,7 @@ len_invoice_comments = len(invoice["commentSubmitter"].strip()) - + Flow_17vkjgc Flow_02moyg7 @@ -173,7 +173,7 @@ del datetime Flow_04odmtl - + @@ -186,7 +186,7 @@ del datetime - Flow_1avkxpe + Flow_0daehm5 Flow_0mvmd06 svc_is_num_in_name = False for c in invoice.contributorName: @@ -238,6 +238,16 @@ else: invoice["invoiceStatus"] = "Invoice validation failed" + + + Flow_1avkxpe + Flow_0daehm5 + # Check if Submiter entered comment +try: + invoice["commentSubmitter"] +except NameError: + invoice["commentSubmitter"] = "" + Process milestone should update the process metadata field “milestone reached” @@ -1789,9 +1799,6 @@ ___ - - - @@ -1814,9 +1821,15 @@ ___ + + + + + + - - + + @@ -1842,6 +1855,10 @@ ___ + + + +