Release of v24.
This commit is contained in:
@@ -304,6 +304,7 @@ namespace BodyshopPartner.ViewModels
|
||||
|
||||
ActiveShop = ShopData.Where(_ => _.AssociationActive == true).FirstOrDefault();
|
||||
Utils.AppMetaData.ActiveShopId = ActiveShop?.Id;
|
||||
Utils.AppMetaData.ActiveShopName = ActiveShop?.ShopName;
|
||||
Utils.AppMetaData.ShopRegion = ActiveShop?.RegionConfig;
|
||||
Properties.Settings.Default.LastSelectedShop = ActiveShop.Id ?? null;
|
||||
Properties.Settings.Default.Save();
|
||||
|
||||
Reference in New Issue
Block a user