From 6e76a639884030433782cf8d5ef535287a032ee8 Mon Sep 17 00:00:00 2001 From: antoc0der <1@DESKTOP-K1L8ND3> Date: Tue, 26 Mar 2024 20:53:44 +0400 Subject: [PATCH] =?UTF-8?q?=D1=87=D1=82=D0=BE=20=D1=82=D0=BE=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BC=D0=B5=D0=BD=D1=8F=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FlowerShopBusinessLogic/ReportLogic.cs | 1 + 1 file changed, 1 insertion(+) 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();