User: alex clicked save for misc/category_number_one/validation-text/validation-text.bpmn

This commit is contained in:
demo 2022-11-26 03:38:59 +00:00
parent 3ddcbd48da
commit 040c56f8b8
1 changed files with 3 additions and 3 deletions

View File

@ -31,13 +31,13 @@ if val_list_cnt == 1:
{{ single_validation }}
{% else %}
{% if is_num_in_name %}
- Numbers are not allowed in the Submitter's Name
- Numbers are not allowed in the Submitter's Name
{% endif %}
{% 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
{% endif %}
{% if is_due_date_after %}
- The invoice due date must be after today's date.
- The invoice due date must be after today's date.
{% endif %}
{% endif %}</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>