diff --git a/ComputerStoreBusinessLogic/OfficePackage/AbstractSaveToExcel.cs b/ComputerStoreBusinessLogic/OfficePackage/AbstractSaveToExcel.cs index 034fdf9..0ebb477 100644 --- a/ComputerStoreBusinessLogic/OfficePackage/AbstractSaveToExcel.cs +++ b/ComputerStoreBusinessLogic/OfficePackage/AbstractSaveToExcel.cs @@ -81,7 +81,7 @@ namespace ComputerStoreBusinessLogic.OfficePackage { ColumnName = "C", RowIndex = rowIndex, - Text = consignment.ID.ToString(), + Text = consignment.Products.Count.ToString(), StyleInfo = ExcelStyleInfoType.Text }); rowIndex+=3;