This commit is contained in:
SchreiberM
2016-09-12 10:44:27 +02:00
parent ba5e88b91b
commit 89853759cb
27 changed files with 571 additions and 431 deletions

View File

@@ -132,9 +132,6 @@ Public Class ClassControlValues
If IsNothing(metadata.Required) OrElse metadata.Required = False Then
Continue For
End If
If Control.Name = "Jährllicher Betrag" Then
Console.WriteLine("Obacht")
End If
If Not ControlHasValue(Control) And Control.Enabled = True Then
missingValues.Add(Control.Name)
End If