DeliveryAdminWindow: Add Übernahme logic for Sitzendorf/Haugsdorf
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user