Verzollungspreise, Ueberstunden, etc.

This commit is contained in:
2024-04-10 17:26:05 +02:00
parent 317fff10fc
commit 19f310efd2
4 changed files with 13 additions and 16 deletions

View File

@@ -2432,7 +2432,7 @@ Public Class cFakturierung
End Select
End If
Catch ex As Exception
MsgBox("Tradeshift Export fehlgeschalgen! " & ex.Message & ex.StackTrace)
MsgBox("Tradeshift Export fehlgeschlagen! " & ex.Message & ex.StackTrace)
End Try
End If
End If

View File

@@ -126,6 +126,7 @@
cboFirma.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("VERAG-UNISPED Ltd", "LTD"))
End If
MyComboBox1.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("Handling", "HANDLING"))
MyComboBox1.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("Privatperson", "PRIVAT"))
MyComboBox1.changeItem("VZ")
End Select