iban, bic validation
This commit is contained in:
parent
83634bf927
commit
b610865218
3 changed files with 13 additions and 2 deletions
|
|
@ -7,3 +7,8 @@ alexander_form_basic_read=
|
|||
alexander_sub_positionen=
|
||||
alexander_sub_positionen_read=
|
||||
alexander_sub_responsible=
|
||||
|
||||
|
||||
|
||||
|
||||
ERROR_INVALID_IBANBIC=Die Eingabe der IBAN/BIC is ungültig. Bitte überprüfen Sie Ihre Eingaben.
|
||||
|
|
@ -7,3 +7,8 @@ alexander_form_basic_read=
|
|||
alexander_sub_positionen=
|
||||
alexander_sub_positionen_read=
|
||||
alexander_sub_responsible=
|
||||
|
||||
|
||||
|
||||
|
||||
ERROR_INVALID_IBANBIC=Your input of the IBAN/BIC is invalid. Please check your data.
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@
|
|||
<imixs:value><![CDATA[org.imixs.marty.plugins.MailPlugin]]></imixs:value>
|
||||
<imixs:value><![CDATA[org.imixs.workflow.engine.plugins.IntervalPlugin]]></imixs:value>
|
||||
<imixs:value><![CDATA[org.imixs.workflow.engine.plugins.SplitAndJoinPlugin]]></imixs:value>
|
||||
<imixs:value><![CDATA[org.imixs.workflow.sepa.plugins.IBANBICPlugin]]></imixs:value>
|
||||
</imixs:item>
|
||||
</bpmn2:extensionElements>
|
||||
<bpmn2:signal id="Signal_1" name="org.imixs.ml.workflow.MLAdapter"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue