donne un type de commande à l'estimation

vnext
Paul Schneider 8 years ago
parent a0b9a47f1a
commit 88c8480c80
1 changed files with 1 additions and 0 deletions

@ -79,6 +79,7 @@ namespace ZicMoove.Pages
ClientId = BookQuery.Client.UserId, ClientId = BookQuery.Client.UserId,
CommandId = BookQuery.Id, CommandId = BookQuery.Id,
OwnerId = MainSettings.CurrentUser.Id, OwnerId = MainSettings.CurrentUser.Id,
CommandType = "RdvQuery",
Id = 0 Id = 0
}); });
DataManager.Instance.EstimationCache.Add(editEstimateViewModel); DataManager.Instance.EstimationCache.Add(editEstimateViewModel);

Loading…