IMEX MySnd, RKSV DE Storno, Div.Bugfix

This commit is contained in:
2022-11-29 10:30:35 +01:00
parent 7b0acd449d
commit 6b76af93ea
5 changed files with 91 additions and 63 deletions

View File

@@ -154,10 +154,18 @@ Public Class frmAvisoWeiterleiten
ASF.AktUebernehmen_Zuruecksetzen(AvisoId, WeiterleitungTextTV)
End If
' Me.Close()
' End If
Me.Close()
If VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA = "ATILLA" And WLart = "A" And bezeichnung = "VERIMEX" Then
If vbYes = MsgBox("Akt auf Status 'VERIMEX' setzten?", vbYesNoCancel) Then
Dim FUNC As New AvisoStatusFunctions
FUNC.setVorbereitet(AvisoId)
End If
End If
' Me.Close()
' End If
Me.Close()
Me.DialogResult = DialogResult.OK
End Sub