typo 2
This commit is contained in:
parent
5a4ac8a1e6
commit
d1b816d1e6
2 changed files with 3 additions and 5 deletions
|
|
@ -5284,7 +5284,7 @@ result.isValid=true;
|
|||
<bpmn2:documentation id="documentation_14oHxA"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:sequenceFlow id="SequenceFlow_107" sourceRef="ExclusiveGateway_7" targetRef="ExclusiveGateway_8">
|
||||
<bpmn2:conditionExpression id="formalExpression_yLQjCA" xsi:type="bpmn2:tFormalExpression"><![CDATA[workitem.getItemValueString("sb.assist")]!="-" && workitem.getItemValueString("sb.assist")!="")
|
||||
<bpmn2:conditionExpression id="formalExpression_cU0dWg" xsi:type="bpmn2:tFormalExpression"><![CDATA[workitem.getItemValueString("sb.assist")!="-" && workitem.getItemValueString("sb.assist")!="")
|
||||
]]></bpmn2:conditionExpression>
|
||||
<bpmn2:documentation id="documentation_jt6K5w"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
|
|
|
|||
|
|
@ -2122,8 +2122,7 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
<bpmn2:documentation id="documentation_0CqYMA"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:sequenceFlow id="SequenceFlow_35" name="direct debit" sourceRef="ExclusiveGateway_2" targetRef="Task_10">
|
||||
<bpmn2:conditionExpression id="FormalExpression_1" xsi:type="bpmn2:tFormalExpression">
|
||||
workitem['payment.type'][0]=="direct_debit" </bpmn2:conditionExpression>
|
||||
<bpmn2:conditionExpression id="formalExpression_szx07Q" xsi:type="bpmn2:tFormalExpression"><![CDATA[workitem.getItemValueString('payment.type')=="direct_debit" ]]></bpmn2:conditionExpression>
|
||||
<bpmn2:documentation id="documentation_zBVCYg"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_28" imixs:activityid="310" name="SEPA">
|
||||
|
|
@ -2419,8 +2418,7 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
<bpmn2:documentation id="documentation_Buf8HA"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:sequenceFlow id="SequenceFlow_10" name="Ausland" sourceRef="ExclusiveGateway_2" targetRef="Task_5">
|
||||
<bpmn2:conditionExpression id="FormalExpression_2" xsi:type="bpmn2:tFormalExpression">
|
||||
workitem['payment.type'][0]=="no_sepa" </bpmn2:conditionExpression>
|
||||
<bpmn2:conditionExpression id="formalExpression_mnm3Jw" xsi:type="bpmn2:tFormalExpression"><![CDATA[workitem.getItemValueString('payment.type')=="no_sepa" ]]></bpmn2:conditionExpression>
|
||||
<bpmn2:documentation id="documentation_m8vXZg"/>
|
||||
</bpmn2:sequenceFlow>
|
||||
<bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_5" imixs:activityid="20" name="Bezahlt">
|
||||
|
|
|
|||
Loading…
Reference in a new issue