From 040c56f8b8644a0662d1336255e4d981b638dad7 Mon Sep 17 00:00:00 2001 From: demo Date: Sat, 26 Nov 2022 03:38:59 +0000 Subject: [PATCH] User: alex clicked save for misc/category_number_one/validation-text/validation-text.bpmn --- .../validation-text/validation-text.bpmn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/category_number_one/validation-text/validation-text.bpmn b/misc/category_number_one/validation-text/validation-text.bpmn index 3e94355a..8fbb4687 100644 --- a/misc/category_number_one/validation-text/validation-text.bpmn +++ b/misc/category_number_one/validation-text/validation-text.bpmn @@ -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 %}