Sendungsdetails, Vermerke, Gesamtsicherheiten

This commit is contained in:
2024-06-11 09:42:36 +02:00
parent 342de0ef37
commit 77e622e9ff
5 changed files with 73 additions and 38 deletions

View File

@@ -239,7 +239,7 @@ Public Class frmSendungsdetailsNEU
If SENDUNG_LIST(CURRENT_INDEX).tblSnd_ATBFakturieren Is Nothing Then
Dim err = "- ATB-Gestellung: Bitte geben Sie an, ob die ATB Gestellung fakturiert (abgerechnet) werden sollte."
rtbValidierung.Text &= err & vbNewLine : pnlValidation.Visible = True
If showErr Then MsgBox(err) : Return False
'If showErr Then MsgBox(err) : Return False
End If