Fixes.
This commit is contained in:
parent
2d238b59ea
commit
d705e02dc2
@ -81,7 +81,7 @@ namespace ComputerStoreBusinessLogic.OfficePackage
|
|||||||
{
|
{
|
||||||
ColumnName = "C",
|
ColumnName = "C",
|
||||||
RowIndex = rowIndex,
|
RowIndex = rowIndex,
|
||||||
Text = consignment.ID.ToString(),
|
Text = consignment.Products.Count.ToString(),
|
||||||
StyleInfo = ExcelStyleInfoType.Text
|
StyleInfo = ExcelStyleInfoType.Text
|
||||||
});
|
});
|
||||||
rowIndex+=3;
|
rowIndex+=3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user