Bugfix_Warenort (Max Anzahl an Zeichen erhöht).

This commit is contained in:
2023-01-23 09:49:53 +01:00
parent c07f717dc9
commit ff118f7094
3 changed files with 9 additions and 7 deletions

View File

@@ -437,9 +437,11 @@ Public Class UsrCntlessensbestellungen
If warning Then
lblWarning.Text = "Bezeichnung für A la carte fehlt"
btnSave.DialogResult = Windows.Forms.DialogResult.None
Else
lblWarning.Text = ""
btnSave.DialogResult = DialogResult.OK
End If