User: alex clicked save for manage-procurement/procurement/core-contributor-invoice-management/cc-invoice-approval/cc-invoice-approval-process-v2.bpmn

This commit is contained in:
demo 2022-11-27 15:55:08 +00:00
parent 07777e8afa
commit 2838346722

View File

@ -217,16 +217,19 @@ ___
This entry will be removed. This entry will be removed.
{% else %} {% else %}
{% if is_num_in_name %} {% if is_num_in_name %}
Numbers are not allowed in the Submitter's Name **Numbers are not allowed in the Submitter's Name**
Contributor Name: {{ invoice["contributorName"] }} *Incorrect Contributor Name:* {{ invoice["contributorName"] }}
{% endif %} {% endif %}
{% if is_decimal_cnt %} {% if is_decimal_cnt %}
The involce amount must not have more than two decimal places **The invoice amount must not have more than two decimal places**
Invoice Amount: {{ invoiceAmount_str }} *Incorrect Invoice Amount:* {{ invoiceAmount_str }}
{% endif %} {% endif %}
{% if is_due_date_before %} {% if is_due_date_before %}
The invoice due date must be after today's date. **The invoice due date must be after today's date**
Due Date: {{ invoice["dueDate"] }}. *Incorrect Due Date:* {{ invoice["dueDate"] }}.
{% endif %} {% endif %}
___ ___
These entries will be removed. These entries will be removed.