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-26 05:27:02 +00:00
parent 44ff50fc18
commit 9adc3cf588
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ del decimal</bpmn:script>
<bpmn:outgoing>Flow_04odmtl</bpmn:outgoing>
<bpmn:script>is_num_in_name = svc_is_num_in_name
is_decimal_cnt = (svc_decimal_cnt &gt;= 2)
is_due_date_before - not(svc_is_due_date_after)
is_due_date_before = not(svc_is_due_date_after)
val_list = [is_num_in_name, is_decimal_cnt, is_due_date_before]