diff --git a/ZicMoove/ZicMoove/Pages/EstimatePages/BookQueryPage.xaml.cs b/ZicMoove/ZicMoove/Pages/EstimatePages/BookQueryPage.xaml.cs index 184ff4ca..8243136d 100644 --- a/ZicMoove/ZicMoove/Pages/EstimatePages/BookQueryPage.xaml.cs +++ b/ZicMoove/ZicMoove/Pages/EstimatePages/BookQueryPage.xaml.cs @@ -79,6 +79,7 @@ namespace ZicMoove.Pages ClientId = BookQuery.Client.UserId, CommandId = BookQuery.Id, OwnerId = MainSettings.CurrentUser.Id, + CommandType = "RdvQuery", Id = 0 }); DataManager.Instance.EstimationCache.Add(editEstimateViewModel);