Frachtkostenberechnung Lukowa

This commit is contained in:
2023-08-22 17:11:42 +02:00
parent 8b2bd640bd
commit 363ea3aa5e
5 changed files with 693 additions and 545 deletions

View File

@@ -64,7 +64,9 @@ Public Class frmATEZ_NCTS
If id > 0 Then
Dim atez_data = New cATEZ_NCTS_DATA(id)
If atez_data.json <> "" Then MsgBox(atez_data.json) 'InputBox(atez_data.json, "JSON-Text", , 100, 100)
If atez_data.json <> "" Then
MsgBox(atez_data.json) 'InputBox(atez_data.json, "JSON-Text", , 100, 100)
End If
Else