DY NCTS 5 LImit

This commit is contained in:
2023-11-26 22:01:39 +01:00
parent 66695c59b5
commit 394601f357
3 changed files with 8 additions and 9 deletions

View File

@@ -1196,8 +1196,7 @@ Public Class cWorker_NCTS
If NCTS.SAVE_ALL() Then
If NCTS.SAVE() Then
If If(NCTS.ncts_Status, 0) <= 5 Then DAKOSY_Worker.cDakosy_Statusmeldungen.InsertStatusMeldung(DY_TMP, DAKOSY_Worker.cDY_Statusliste.S_50,,,, statusTMP)
Else
readNCTS_VersandanmeldungXML_DETPRH = ""
@@ -1883,7 +1882,7 @@ Public Class cWorker_NCTS
'If If(NCTS.ncts_Status_KEWILL_Equivalent, 0) <= 5 Then NCTS.ncts_Status_KEWILL_Equivalent = DAKOSY_Worker.cDY_Statusliste.S_05
If NCTS.SAVE_ALL("Datei: " & Dateiname) Then
If NCTS.SAVE("Datei: " & Dateiname) Then
If If(NCTS.ncts_Status, 0) <= 5 Then DAKOSY_Worker.cDakosy_Statusmeldungen.InsertStatusMeldung(DY_TMP, DAKOSY_Worker.cDY_Statusliste.S_05)
Return bezugsNr
End If