User: sasha clicked save for execute-procure-to-pay/cc-invoice-approval-process/cc-invoice-approval-process-v2.bpmn
This commit is contained in:
parent
180e34206a
commit
f5355e2308
|
@ -161,10 +161,10 @@ del datetime</bpmn:script>
|
|||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_1avkxpe</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0mvmd06</bpmn:outgoing>
|
||||
<bpmn:script>isNameNum = False
|
||||
<bpmn:script>isNumInName = False
|
||||
for c in invoice.contributorName:
|
||||
if c.isdigit():
|
||||
isNameNum = True
|
||||
isNumInName = True
|
||||
break
|
||||
|
||||
del c</bpmn:script>
|
||||
|
|
Loading…
Reference in New Issue