DeliveryAdminWindow: Add Übernahme logic for Sitzendorf/Haugsdorf

This commit is contained in:
2023-10-21 23:09:16 +02:00
parent fa9f18da29
commit 25d681a1d8
3 changed files with 36 additions and 6 deletions

View File

@ -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;