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
44ff50fc18
commit
9adc3cf588
|
@ -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 >= 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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue