diff --git a/FlowerShopBusinessLogic/ReportLogic.cs b/FlowerShopBusinessLogic/ReportLogic.cs index 6362773..0c2e114 100644 --- a/FlowerShopBusinessLogic/ReportLogic.cs +++ b/FlowerShopBusinessLogic/ReportLogic.cs @@ -80,6 +80,7 @@ namespace FlowerShopBusinessLogic Id = x.Id, DateCreate = x.DateCreate, FlowerName = x.FlowerName, + OrderStatus = x.Status.ToString(), Sum = x.Sum }) .ToList();