ATEZ und Digicust

This commit is contained in:
2023-09-08 17:11:35 +02:00
parent 1dbaa56e9e
commit b48531626d
10 changed files with 500 additions and 817 deletions

View File

@@ -78,7 +78,6 @@ Public Class frmATEZ_NCTS
Try
If atez_data.status = "Sent" Then
MsgBox(IIf(atez_data.json <> "", atez_data.json, ""))
Exit Sub
End If
@@ -190,7 +189,6 @@ Public Class frmATEZ_NCTS
atezData.status = "Sent"
atezData.atezId = IIf(azetId IsNot Nothing, azetId, "")
Return atezData.SAVE()
Me.Close()
End If
End Function
@@ -357,7 +355,6 @@ Public Class frmATEZ_NCTS
End If
End Sub
Sub initAttachment()