Do not require ComboBoxes to be valid if they are not required

This commit is contained in:
2023-04-16 19:38:30 +02:00
parent e68a7ce8a9
commit 2c2ac46b2e
4 changed files with 7 additions and 18 deletions

View File

@ -1,7 +1,6 @@
using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
@ -29,7 +28,7 @@ namespace Elwig.Windows {
};
RequiredInputs = new Control[] {
MgNrInput, GivenNameInput, FamilyNameInput,
AddressInput, PlzInput,
AddressInput, PlzInput, OrtInput, BillingOrtInput,
BusinessSharesInput, BranchInput, DefaultKgInput
};
}