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 0a556327..c4bbbb76 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 @@ -218,19 +218,17 @@ This entry will be removed. {% else %} {% if is_num_in_name %} Numbers are not allowed in the Submitter's Name -Contributor Name: {{ invoice["contributorName"] }}. -___ +Contributor Name: {{ invoice["contributorName"] }} {% endif %} {% if is_decimal_cnt %} The involce amount must not have more than two decimal places -Invoice Amount: {{ invoiceAmount_str }} -___ +Invoice Amount: {{ invoiceAmount_str }} {% endif %} {% if is_due_date_before %} The invoice due date must be after today's date. Due Date: {{ invoice["dueDate"] }}. -___ {% endif %} +___ These entries will be removed. {% endif %}