AAS (AvisoAlertSystem)
This commit is contained in:
@@ -6188,8 +6188,8 @@ Public Class frmDYNachrichtenVerarbeitung
|
||||
End If
|
||||
|
||||
'Wenn TEAM nicht gefunden, Firma...
|
||||
If EZA_TMP IsNot Nothing AndAlso EZA_TMP.eza_firma IsNot Nothing AndAlso EZA_TMP.eza_firma <> "" Then
|
||||
If sendToID <= 0 OrElse (Not VERAG_PROG_ALLGEMEIN.cSession.IS_ONLINE(sendToID, True)) Then
|
||||
If sendToID <= 0 Then
|
||||
If EZA_TMP IsNot Nothing AndAlso EZA_TMP.eza_firma IsNot Nothing AndAlso EZA_TMP.eza_firma <> "" Then
|
||||
sendToID = EZA_TMP.eza_firma
|
||||
art = "F"
|
||||
End If
|
||||
@@ -6242,8 +6242,8 @@ Public Class frmDYNachrichtenVerarbeitung
|
||||
End If
|
||||
|
||||
'Wenn TEAM nicht gefunden, Firma...
|
||||
If EZA_TMP IsNot Nothing AndAlso EZA_TMP.eza_firma IsNot Nothing AndAlso EZA_TMP.eza_firma <> "" Then
|
||||
If sendToID <= 0 OrElse (Not VERAG_PROG_ALLGEMEIN.cSession.IS_ONLINE(sendToID, True)) Then
|
||||
If sendToID <= 0 Then
|
||||
If EZA_TMP IsNot Nothing AndAlso EZA_TMP.eza_firma IsNot Nothing AndAlso EZA_TMP.eza_firma <> "" Then
|
||||
sendToID = EZA_TMP.eza_firma
|
||||
art = "F"
|
||||
End If
|
||||
@@ -6305,8 +6305,8 @@ Public Class frmDYNachrichtenVerarbeitung
|
||||
End If
|
||||
|
||||
'Wenn TEAM nicht gefunden, Firma...
|
||||
If EZA_TMP IsNot Nothing AndAlso EZA_TMP.eza_firma IsNot Nothing AndAlso EZA_TMP.eza_firma <> "" Then
|
||||
If sendToID <= 0 OrElse (Not VERAG_PROG_ALLGEMEIN.cSession.IS_ONLINE(sendToID, True)) Then
|
||||
If sendToID <= 0 Then
|
||||
If EZA_TMP IsNot Nothing AndAlso EZA_TMP.eza_firma IsNot Nothing AndAlso EZA_TMP.eza_firma <> "" Then
|
||||
sendToID = EZA_TMP.eza_firma
|
||||
art = "F"
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user