Fixes.
This commit is contained in:
parent
2d238b59ea
commit
d705e02dc2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user