diff --git a/Elwig/Helpers/ClientParameters.cs b/Elwig/Helpers/ClientParameters.cs index b68a1b0..af56656 100644 --- a/Elwig/Helpers/ClientParameters.cs +++ b/Elwig/Helpers/ClientParameters.cs @@ -14,6 +14,8 @@ namespace Elwig.Helpers { public bool IsWolkersdorf => Client == Type.Winzerkeller && App.ZwstId == "W"; public bool IsHaugsdorf => Client == Type.Winzerkeller && App.ZwstId == "H"; public bool IsSitzendorf => Client == Type.Winzerkeller && App.ZwstId == "S"; + public bool HasRebler => IsMatzen || IsWolkersdorf; + public bool HasKisten => IsHaugsdorf || IsSitzendorf; public string NameToken; public string NameShort; diff --git a/Elwig/Windows/DeliveryAdminWindow.xaml b/Elwig/Windows/DeliveryAdminWindow.xaml index d10bc79..72f7d2a 100644 --- a/Elwig/Windows/DeliveryAdminWindow.xaml +++ b/Elwig/Windows/DeliveryAdminWindow.xaml @@ -327,7 +327,7 @@ + Checked="GerebeltGewogenInput_Changed" Unchecked="GerebeltGewogenInput_Changed"/>