From da67bb742c4fc2f872e47aacf1737bd9ad179f59 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Thu, 9 Mar 2017 15:24:18 +0100 Subject: [PATCH] =?UTF-8?q?donne=20un=20type=20de=20commande=20=C3=A0=20l'?= =?UTF-8?q?estimation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZicMoove/ZicMoove/Pages/EstimatePages/BookQueryPage.xaml.cs | 1 + 1 file changed, 1 insertion(+) 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);