Small fixes in DeliveryAdminWindow

This commit is contained in:
2023-08-24 17:50:01 +02:00
parent 03cf88a058
commit 83a82c17c6
2 changed files with 4 additions and 1 deletions

View File

@ -471,6 +471,9 @@ namespace Elwig.Windows {
LesewagenInput.IsChecked = p?.IsLesewagen ?? false;
HandPickedInput.IsChecked = p?.IsHandPicked;
ScaleId = p?.ScaleId;
WeighingId = p?.WeighingId;
FinishInputFilling();
}