Small fixes in DeliveryAdminWindow
This commit is contained in:
@ -471,6 +471,9 @@ namespace Elwig.Windows {
|
||||
LesewagenInput.IsChecked = p?.IsLesewagen ?? false;
|
||||
HandPickedInput.IsChecked = p?.IsHandPicked;
|
||||
|
||||
ScaleId = p?.ScaleId;
|
||||
WeighingId = p?.WeighingId;
|
||||
|
||||
FinishInputFilling();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user