User: alex clicked save for misc/category_number_one/validation-text/validation-text.bpmn
This commit is contained in:
parent
3ddcbd48da
commit
040c56f8b8
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue