AAS (AvisoAlertSystem)

This commit is contained in:
2023-09-20 10:55:00 +02:00
parent 8f8a18cce0
commit e6fcd7f4f9
3 changed files with 475 additions and 258 deletions

View File

@@ -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