Gestellungen, etc.
This commit is contained in:
@@ -19,6 +19,7 @@ Public Class frmDYNachrichtenVerarbeitung
|
||||
Dim Dateiname = ""
|
||||
Public saveVerwahrung As Boolean = False
|
||||
Public sendMail As Boolean = False
|
||||
Public GESTELLUNG_TESTLAUF As Boolean = False
|
||||
|
||||
Sub New()
|
||||
|
||||
@@ -408,7 +409,7 @@ Public Class frmDYNachrichtenVerarbeitung
|
||||
If Not found And cGetMsgType.isNCTS_SumAVerwahrungsinfo(doc, VERSION) Then
|
||||
Select Case VERSION
|
||||
Case False
|
||||
Case Else : If cWorker_Verwahrung.readVW_SumAVerwahrungsinfo(Me, d, saveVerwahrung, sendMail) <> "" Then found = True
|
||||
Case Else : If cWorker_Verwahrung.readVW_SumAVerwahrungsinfo(Me, d, saveVerwahrung, sendMail, GESTELLUNG_TESTLAUF) <> "" Then found = True
|
||||
End Select
|
||||
End If
|
||||
|
||||
@@ -416,7 +417,7 @@ Public Class frmDYNachrichtenVerarbeitung
|
||||
'VW: SumAErledigungsinformationVorpapier
|
||||
If Not found And cGetMsgType.isEZA_SumAErledigungsinformationVorpapier(doc, VERSION) Then
|
||||
Select Case VERSION
|
||||
Case "005" : If cWorker_Verwahrung.readEZA_SumAErledigungsinformationVorpapier_005(Me, d, saveVerwahrung, sendMail) <> "" Then found = True ' --> TEIL DER VERWAHRUNG
|
||||
Case "005" : If cWorker_Verwahrung.readEZA_SumAErledigungsinformationVorpapier_005(Me, d, saveVerwahrung, sendMail, GESTELLUNG_TESTLAUF) <> "" Then found = True ' --> TEIL DER VERWAHRUNG
|
||||
Case "004" : If readEZA_SumAErledigungsinformationVorpapier_004(d) <> "" Then found = True
|
||||
Case Else : If readEZA_SumAErledigungsinformationVorpapier(d) <> "" Then found = True
|
||||
End Select
|
||||
|
||||
Reference in New Issue
Block a user