From 28383467221c5df73f1e6f9082fcf6ee46b47773 Mon Sep 17 00:00:00 2001 From: demo Date: Sun, 27 Nov 2022 15:55:08 +0000 Subject: [PATCH] User: alex clicked save for manage-procurement/procurement/core-contributor-invoice-management/cc-invoice-approval/cc-invoice-approval-process-v2.bpmn --- .../cc-invoice-approval-process-v2.bpmn | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) 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 c4bbbb76..5a5320ca 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 @@ -217,16 +217,19 @@ ___ This entry will be removed. {% else %} {% if is_num_in_name %} -Numbers are not allowed in the Submitter's Name -Contributor Name: {{ invoice["contributorName"] }} +**Numbers are not allowed in the Submitter's Name** +*Incorrect Contributor Name:* {{ invoice["contributorName"] }} + {% endif %} {% if is_decimal_cnt %} -The involce amount must not have more than two decimal places -Invoice Amount: {{ invoiceAmount_str }} +**The invoice amount must not have more than two decimal places** +*Incorrect Invoice Amount:* {{ invoiceAmount_str }} + {% endif %} {% if is_due_date_before %} -The invoice due date must be after today's date. -Due Date: {{ invoice["dueDate"] }}. +**The invoice due date must be after today's date** +*Incorrect Due Date:* {{ invoice["dueDate"] }}. + {% endif %} ___ These entries will be removed.