Release of v24.

This commit is contained in:
Patrick Fic
2021-12-10 15:09:22 -08:00
parent 0044f5f8dd
commit 79dea17612
5 changed files with 34 additions and 1 deletions

View File

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