MDM UST, MSE-API, API-Einstellungen

This commit is contained in:
2024-08-20 09:27:27 +02:00
parent 9f1df254fb
commit d1786e494f
3 changed files with 21 additions and 3 deletions

View File

@@ -1738,7 +1738,7 @@ Public Class frmSendungAnhangImport
If cboSendungen._value <> "" Then
Dim SND As New VERAG_PROG_ALLGEMEIN.cSendungen(cboSendungen._value)
If SND IsNot Nothing Then
Dim f As New frmAddSendnung(AvisoId, SND)
Dim f As New frmAddSendnung(AvisoId, SND, "Sendung bearbeiten")
If f.ShowDialog(Me) = DialogResult.OK Then
initSendungen()
cboSendungen.changeItem(f.SendungsId)