Verwahrung2
This commit is contained in:
@@ -413,7 +413,7 @@ Public Class frmDYNachrichtenVerarbeitung
|
|||||||
'VW: SumAErledigungsinformationVorpapier
|
'VW: SumAErledigungsinformationVorpapier
|
||||||
If Not found And cGetMsgType.isEZA_SumAErledigungsinformationVorpapier(doc, VERSION) Then
|
If Not found And cGetMsgType.isEZA_SumAErledigungsinformationVorpapier(doc, VERSION) Then
|
||||||
Select Case VERSION
|
Select Case VERSION
|
||||||
Case "005" : If cWorker_Verwahrung.readEZA_SumAErledigungsinformationVorpapier_005(d) <> "" Then found = True ' --> TEIL DER VERWAHRUNG
|
Case "005" : If cWorker_Verwahrung.readEZA_SumAErledigungsinformationVorpapier_005(Me, d) <> "" Then found = True ' --> TEIL DER VERWAHRUNG
|
||||||
Case "004" : If readEZA_SumAErledigungsinformationVorpapier_004(d) <> "" Then found = True
|
Case "004" : If readEZA_SumAErledigungsinformationVorpapier_004(d) <> "" Then found = True
|
||||||
Case Else : If readEZA_SumAErledigungsinformationVorpapier(d) <> "" Then found = True
|
Case Else : If readEZA_SumAErledigungsinformationVorpapier(d) <> "" Then found = True
|
||||||
End Select
|
End Select
|
||||||
@@ -424,7 +424,7 @@ Public Class frmDYNachrichtenVerarbeitung
|
|||||||
If Not found And cGetMsgType.isEZA_SumAErledigungsinformationCDXWare(doc, VERSION) Then
|
If Not found And cGetMsgType.isEZA_SumAErledigungsinformationCDXWare(doc, VERSION) Then
|
||||||
Select Case VERSION
|
Select Case VERSION
|
||||||
Case False
|
Case False
|
||||||
Case Else : If readEZA_SumAErledigungsinformationCDXWare007(d) <> "" Then found = True
|
Case Else : If cWorker_Verwahrung.readEZA_SumAErledigungsinformationCDXWare007(Me, d) <> "" Then found = True
|
||||||
End Select
|
End Select
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user