mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 06:05:13 +00:00
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:
parent
bb8b1c1cf0
commit
07777e8afa
@ -218,19 +218,17 @@ 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"] }}.
|
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 involce amount must not have more than two decimal places
|
||||||
Invoice Amount: {{ invoiceAmount_str }}
|
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"] }}.
|
Due Date: {{ invoice["dueDate"] }}.
|
||||||
___
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
___
|
||||||
These entries will be removed.
|
These entries will be removed.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user