DeliveryAdminWindow: Small quality of life fixes
This commit is contained in:
@ -11,6 +11,9 @@ namespace Elwig.Helpers {
|
||||
|
||||
public bool IsMatzen => Client == Type.Matzen;
|
||||
public bool IsWinzerkeller => Client == Type.Winzerkeller;
|
||||
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 string NameToken;
|
||||
public string NameShort;
|
||||
|
Reference in New Issue
Block a user